COLOR #491600

HEX: #491600 RGB: (73,22,0)

Color info

#491600 contains only red and green colors. Web safe color of #491600 is #330000 (or #300).

RGB color model

#491600 color RGB value is (73,22,0).

RGB: (73,22,0) (29%, 9%, 0%)

RGB channels and saturation

R 73 of 255 = 29%
G 22 of 255 = 9%
B 0 of 255 = 0%

73
22
0

R + G + B ~ 13%. #491600 is dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 22 + 0 = 95 (100%)
R 73 of 95 ~ 76.84%
G 22 of 95 ~ 23.16%
B 0 of 95 ~ 0'%

%76.84
%23.16

CMYK color model

#491600 color CMYK value is (0,70,100,71).

  • cyan value is 0.00%
  • magenta value is 69.86%
  • yellow value is 100.00%
  • key color value is 71.37%

CMYK: (0,70,100,71)
C0M70Y100K71 (0%, 70%, 100%, 71%)
(0.00 / 0.70 / 1.00 / 0.71)

CMYK percentages

%0
%69.86
%100
%71.37

Codes

Color #491600 in popluar color models

49 16 00
RGB 73 22 0
HSL 18° 100.00% 14.31%
HSB/HSV 18° 100.00% 28.63%
CMYK 0.00% 69.86% 100.00%
71.37%

Color #491600 in popluar number systems.

HEX 49 16 00
Decimal 73 22 0
Binary 1001001 10110 0
Octal 111 26 0

Shades and tints

Shades of #491600

#491600
(73,22,0)
#431400
(67,20,0)
#3D1200
(61,18,0)
#371000
(55,16,0)
#310E00
(49,14,0)
#2B0C00
(43,12,0)
#250A00
(37,10,0)
#1F0800
(31,8,0)
#190600
(25,6,0)
#130400
(19,4,0)
#0D0200
(13,2,0)
#000000
(0,0,0)

Tints of #491600

#491600
(73,22,0)
#592B17
(89,43,23)
#69402E
(105,64,46)
#795545
(121,85,69)
#896A5C
(137,106,92)
#997F73
(153,127,115)
#A9948A
(169,148,138)
#B9A9A1
(185,169,161)
#C9BEB8
(201,190,184)
#D9D3CF
(217,211,207)
#E9E8E6
(233,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #491600 color. Also use rgb(73,22,0) instead hex code.

Text Font Color

.myTextColor { color: #491600; }

<p style="color:#491600">This sample text font color is #491600.</p>

This text font color is #491600.

Background Color

.myBgColor { background-color: #491600; }

<div style="background-color:#491600">Inner text</div>

This div background color is #491600.

Border color

.myBorderColor { border: 1px solid #491600; }

<div style="border:3px solid #491600">Div</div>

This div border color is #491600.

Opacity

.myOpacity80 { color: #491600; opacity: 0.8; }

<p style="color:#491600;opacity:0.8;">80%</p>

Text with #491600 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #491600;}

<p style="text-shadow: 3px 3px 1px #491600">Text here.</p>

This text has shadow with #491600 color.


.textShadow {text-shadow: 3px 3px 1px #491600', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #491600, 5px 5px 20px red">Text here.</p>

This text has shadow with #491600 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#491600, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#491600, Direction=45, Strength=4)">Text</p>

This text has shadow with #491600 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #491600;
-webkit-box-shadow: 1px 1px 3px 2px #491600;
box-shadow: 1px 1px 3px 2px #491600;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #491600; -webkit-box-shadow: 1px 1px 3px 2px #491600; box-shadow:1px 1px 3px 2px #491600;">
Div content here
</div>

This div box has shadow with color #491600.

Preview

Color preview on black background

This text has color #491600 on black background.


Color preview on white background

This text has color #491600 on white background.


Black color preview on #491600 background

This text has black color on #491600 background.


White color preview on #491600 background

This text has white color on #491600 background.


Related colors

Complementary color

Complementary color for #hex is #B6E9FF.


I love getcolorcode.com

Triadic colors

1 #004916 and #160049 with #491600 are triadic colors.

2 #001649 and #164900 with #491600 are triadic colors.