#491204

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

Shades of Brown Pod #491204

Tints of Brown Pod #491204

Color information

#491204 (or 0x491204) is unknown color: approx Brown Pod. HEX triplet: 49, 12 and 04. RGB value is (73,18,4). Sum of RGB (Red+Green+Blue) = 73+18+4=95 (12% of max value = 765). Red value is 73 (28.91% from 255 or 76.84% from 95); Green value is 18 (7.42% from 255 or 18.95% from 95); Blue value is 4 (1.95% from 255 or 4.21% from 95); Max value from RGB is 73 - color contains mainly: red. Hex color #491204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491204 is #B6EDFB. Grayscale: #202020. Windows color (decimal): -11988476 or 266825. OLE color: 266825.

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

Color convert

RGB73184-
CMYK00.750.950.71
HSL12.17º89.61%15.1%-
HSV(B)12.17º94.52%28.63%-
XYZ2.991.860.32-
YUV32.85111.72156.64-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 76.84%
GREEN value IS 18 (7.42% from 255) = 18.95%
BLUE value IS 4 (1.95% from 255) = 4.21%
R=76.84%
G=18.95%
B=4.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.95
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7318400.750.950.7112.1789.6115.1
Hex4912404B5F47c5af
Octal11122401131371071413217
Binary1001001100101000100101110111111000111110010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491204; }

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

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

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

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

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

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

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

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