#492004

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

Shades of Brown Pod #492004

Tints of Brown Pod #492004

Color information

#492004 (or 0x492004) is unknown color: approx Brown Pod. HEX triplet: 49, 20 and 04. RGB value is (73,32,4). Sum of RGB (Red+Green+Blue) = 73+32+4=109 (14% of max value = 765). Red value is 73 (28.91% from 255 or 66.97% from 109); Green value is 32 (12.89% from 255 or 29.36% from 109); Blue value is 4 (1.95% from 255 or 3.67% from 109); Max value from RGB is 73 - color contains mainly: red. Hex color #492004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492004 is #B6DFFB. Grayscale: #292929. Windows color (decimal): -11984892 or 270409. OLE color: 270409.

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

Color convert

RGB73324-
CMYK00.560.950.71
HSL24.35º89.61%15.1%-
HSV(B)24.35º94.52%28.63%-
XYZ3.292.460.42-
YUV41.07107.08150.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 66.97%
GREEN value IS 32 (12.89% from 255) = 29.36%
BLUE value IS 4 (1.95% from 255) = 3.67%
R=66.97%
G=29.36%
B=3.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.95
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7332400.560.950.7124.3589.6115.1
Hex492040385F47185af
Octal1114040701371073013217
Binary10010011000001000111000101111110001111100010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492004; }

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

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

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

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

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

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

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

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