COLOR #492009

HEX: #492009 RGB: (73,32,9)

Color info

#492009 contains mainly red and green colors. Web safe color of #492009 is #333300 (or #330).

RGB color model

#492009 color RGB value is (73,32,9).

RGB: (73,32,9) (29%, 13%, 4%)

RGB channels and saturation

R 73 of 255 = 29%
G 32 of 255 = 13%
B 9 of 255 = 4%

73
32
9

R + G + B ~ 15%. #492009 is dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 32 + 9 = 114 (100%)
R 73 of 114 ~ 64.04%
G 32 of 114 ~ 28.07%
B 9 of 114 ~ 7.89'%

%64.04
%28.07

CMYK color model

#492009 color CMYK value is (0,56,88,71).

  • cyan value is 0.00%
  • magenta value is 56.16%
  • yellow value is 87.67%
  • key color value is 71.37%

CMYK: (0,56,88,71)
C0M56Y88K71 (0%, 56%, 88%, 71%)
(0.00 / 0.56 / 0.88 / 0.71)

CMYK percentages

%0
%56.16
%87.67
%71.37

Codes

Color #492009 in popluar color models

49 20 09
RGB 73 32 9
HSL 22° 78.05% 16.08%
HSB/HSV 22° 87.67% 28.63%
CMYK 0.00% 56.16% 87.67%
71.37%

Color #492009 in popluar number systems.

HEX 49 20 09
Decimal 73 32 9
Binary 1001001 100000 1001
Octal 111 40 11

Shades and tints

Shades of #492009

#492009
(73,32,9)
#431E09
(67,30,9)
#3D1C09
(61,28,9)
#371A09
(55,26,9)
#311809
(49,24,9)
#2B1609
(43,22,9)
#251409
(37,20,9)
#1F1209
(31,18,9)
#191009
(25,16,9)
#130E09
(19,14,9)
#0D0C09
(13,12,9)
#000000
(0,0,0)

Tints of #492009

#492009
(73,32,9)
#59341F
(89,52,31)
#694835
(105,72,53)
#795C4B
(121,92,75)
#897061
(137,112,97)
#998477
(153,132,119)
#A9988D
(169,152,141)
#B9ACA3
(185,172,163)
#C9C0B9
(201,192,185)
#D9D4CF
(217,212,207)
#E9E8E5
(233,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492009 color. Also use rgb(73,32,9) instead hex code.

Text Font Color

.myTextColor { color: #492009; }

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

This text font color is #492009.

Background Color

.myBgColor { background-color: #492009; }

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

This div background color is #492009.

Border color

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

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

This div border color is #492009.

Opacity

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

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

Text with #492009 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 #492009;}

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

This text has shadow with #492009 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #492009.

Preview

Color preview on black background

This text has color #492009 on black background.


Color preview on white background

This text has color #492009 on white background.


Black color preview on #492009 background

This text has black color on #492009 background.


White color preview on #492009 background

This text has white color on #492009 background.


Related colors

Complementary color

Complementary color for #hex is #B6DFF6.


I love getcolorcode.com

Triadic colors

1 #094920 and #200949 with #492009 are triadic colors.

2 #092049 and #204909 with #492009 are triadic colors.