#492011

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

Shades of Brown Pod #492011

Tints of Brown Pod #492011

Color information

#492011 (or 0x492011) is unknown color: approx Brown Pod. HEX triplet: 49, 20 and 11. RGB value is (73,32,17). Sum of RGB (Red+Green+Blue) = 73+32+17=122 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.84% from 122); Green value is 32 (12.89% from 255 or 26.23% from 122); Blue value is 17 (7.03% from 255 or 13.93% from 122); Max value from RGB is 73 - color contains mainly: red. Hex color #492011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492011 is #B6DFEE. Grayscale: #2A2A2A. Windows color (decimal): -11984879 or 1122377. OLE color: 1122377.

HSL color Cylindrical-coordinate representation of color #492011: hue angle of 16.07º 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 #492011 is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.71.

Color convert

RGB733217-
CMYK00.560.770.71
HSL16.07º62.22%17.65%-
HSV(B)16.07º76.71%28.63%-
XYZ3.372.490.83-
YUV42.55113.58149.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 59.84%
GREEN value IS 32 (12.89% from 255) = 26.23%
BLUE value IS 17 (7.03% from 255) = 13.93%
R=59.84%
G=26.23%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.77
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73321700.560.770.7116.0762.2217.65
Hex4920110384D47103e12
Octal1114021070115107207622
Binary1001001100000100010111000100110110001111000011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492011; }

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

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

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

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

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

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

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

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