#592204

Color #592204 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #592204

Tints of Baker's Chocolate #592204

Color information

#592204 (or 0x592204) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 22 and 04. RGB value is (89,34,4). Sum of RGB (Red+Green+Blue) = 89+34+4=127 (16% of max value = 765). Red value is 89 (35.16% from 255 or 70.08% from 127); Green value is 34 (13.67% from 255 or 26.77% from 127); Blue value is 4 (1.95% from 255 or 3.15% from 127); Max value from RGB is 89 - color contains mainly: red. Hex color #592204 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592204 is #A6DDFB. Grayscale: #2F2F2F. Windows color (decimal): -10935804 or 270937. OLE color: 270937.

HSL color Cylindrical-coordinate representation of color #592204: hue angle of 21.18º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #592204 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.65.

Color convert

RGB89344-
CMYK00.620.960.65
HSL21.18º91.4%18.24%-
HSV(B)21.18º95.51%34.9%-
XYZ4.713.280.5-
YUV47.03103.72157.94-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 70.08%
GREEN value IS 34 (13.67% from 255) = 26.77%
BLUE value IS 4 (1.95% from 255) = 3.15%
R=70.08%
G=26.77%
B=3.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.96
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8934400.620.960.6521.1891.418.24
Hex5922403E6041155b12
Octal1314240761401012513322
Binary101100110001010001111101100000100000110101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592204; }

 p { color: rgb(89,34,4); }

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

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

 a { background-color: rgb(89,34,4); }

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

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

 span { border-color: rgb(89,34,4); }

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