#492211

Color #492211 Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #492211

Tints of Brown Pod #492211

Color information

#492211 (or 0x492211) is unknown color: approx Brown Pod. HEX triplet: 49, 22 and 11. RGB value is (73,34,17). Sum of RGB (Red+Green+Blue) = 73+34+17=124 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.87% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 17 (7.03% from 255 or 13.71% from 124); Max value from RGB is 73 - color contains mainly: red. Hex color #492211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492211 is #B6DDEE. Grayscale: #2B2B2B. Windows color (decimal): -11984367 or 1122889. OLE color: 1122889.

HSL color Cylindrical-coordinate representation of color #492211: hue angle of 18.21º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #492211 is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.71.

Color convert

RGB733417-
CMYK00.530.770.71
HSL18.21º62.22%17.65%-
HSV(B)18.21º76.71%28.63%-
XYZ3.422.60.85-
YUV43.72112.92148.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 73 (28.91% from 255) = 58.87%
GREEN value IS 34 (13.67% from 255) = 27.42%
BLUE value IS 17 (7.03% from 255) = 13.71%
R=58.87%
G=27.42%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.77
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73341700.530.770.7118.2162.2217.65
Hex4922110354D47123e12
Octal1114221065115107227622
Binary1001001100010100010110101100110110001111001011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492211; }

 p { color: rgb(73,34,17); }

 H1.HeaderClassName
 {
   color: #492211;
 }
 .AnyTagClassName
 {
   color: #492211;
 }
</style>
background-color css

<style>
 a { background-color: #492211; }

 a { background-color: rgb(73,34,17); }

 div.DivClassName
 {
   background-color: #492211;
 }
 .BgClassName
 {
   background-color: #492211;
 }
</style>
border-color css

<style>
 span { border-color: #492211; }

 span { border-color: rgb(73,34,17); }

 td.TdClassName
 {
   border-color: #492211;
 }
 .TagClassName
 {
   border-color: #492211;
 }
</style>