#492006

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

Shades of Brown Pod #492006

Tints of Brown Pod #492006

Color information

#492006 (or 0x492006) is unknown color: approx Brown Pod. HEX triplet: 49, 20 and 06. RGB value is (73,32,6). Sum of RGB (Red+Green+Blue) = 73+32+6=111 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.77% from 111); Green value is 32 (12.89% from 255 or 28.83% from 111); Blue value is 6 (2.73% from 255 or 5.41% from 111); Max value from RGB is 73 - color contains mainly: red. Hex color #492006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492006 is #B6DFF9. Grayscale: #292929. Windows color (decimal): -11984890 or 401481. OLE color: 401481.

HSL color Cylindrical-coordinate representation of color #492006: hue angle of 23.28º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #492006 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.71.

Color convert

RGB73326-
CMYK00.560.920.71
HSL23.28º84.81%15.49%-
HSV(B)23.28º91.78%28.63%-
XYZ3.32.460.47-
YUV41.29108.08150.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 65.77%
GREEN value IS 32 (12.89% from 255) = 28.83%
BLUE value IS 6 (2.73% from 255) = 5.41%
R=65.77%
G=28.83%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.92
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7332600.560.920.7123.2884.8115.49
Hex492060385C471755f
Octal1114060701341072712517
Binary10010011000001100111000101110010001111011110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492006; }

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

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

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

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

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

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

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

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