COLOR #492200

HEX: #492200 RGB: (73,34,0)

Color info

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

RGB color model

#492200 color RGB value is (73,34,0).

RGB: (73,34,0) (29%, 13%, 0%)

RGB channels and saturation

R 73 of 255 = 29%
G 34 of 255 = 13%
B 0 of 255 = 0%

73
34
0

R + G + B ~ 14%. #492200 is dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 34 + 0 = 107 (100%)
R 73 of 107 ~ 68.22%
G 34 of 107 ~ 31.78%
B 0 of 107 ~ 0'%

%68.22
%31.78

CMYK color model

#492200 color CMYK value is (0,53,100,71).

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

CMYK: (0,53,100,71)
C0M53Y100K71 (0%, 53%, 100%, 71%)
(0.00 / 0.53 / 1.00 / 0.71)

CMYK percentages

%0
%53.42
%100
%71.37

Codes

Color #492200 in popluar color models

49 22 00
RGB 73 34 0
HSL 28° 100.00% 14.31%
HSB/HSV 28° 100.00% 28.63%
CMYK 0.00% 53.42% 100.00%
71.37%

Color #492200 in popluar number systems.

HEX 49 22 00
Decimal 73 34 0
Binary 1001001 100010 0
Octal 111 42 0

Shades and tints

Shades of #492200

#492200
(73,34,0)
#431F00
(67,31,0)
#3D1C00
(61,28,0)
#371900
(55,25,0)
#311600
(49,22,0)
#2B1300
(43,19,0)
#251000
(37,16,0)
#1F0D00
(31,13,0)
#190A00
(25,10,0)
#130700
(19,7,0)
#0D0400
(13,4,0)
#000000
(0,0,0)

Tints of #492200

#492200
(73,34,0)
#593617
(89,54,23)
#694A2E
(105,74,46)
#795E45
(121,94,69)
#89725C
(137,114,92)
#998673
(153,134,115)
#A99A8A
(169,154,138)
#B9AEA1
(185,174,161)
#C9C2B8
(201,194,184)
#D9D6CF
(217,214,207)
#E9EAE6
(233,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492200; }

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

This text font color is #492200.

Background Color

.myBgColor { background-color: #492200; }

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

This div background color is #492200.

Border color

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

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

This div border color is #492200.

Opacity

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

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

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

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

This text has shadow with #492200 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #492200.

Preview

Color preview on black background

This text has color #492200 on black background.


Color preview on white background

This text has color #492200 on white background.


Black color preview on #492200 background

This text has black color on #492200 background.


White color preview on #492200 background

This text has white color on #492200 background.


Related colors

Complementary color

Complementary color for #hex is #B6DDFF.


I love getcolorcode.com

Triadic colors

1 #004922 and #220049 with #492200 are triadic colors.

2 #002249 and #224900 with #492200 are triadic colors.