#592006

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

Shades of Baker's Chocolate #592006

Tints of Baker's Chocolate #592006

Color information

#592006 (or 0x592006) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 20 and 06. RGB value is (89,32,6). Sum of RGB (Red+Green+Blue) = 89+32+6=127 (16% of max value = 765). Red value is 89 (35.16% from 255 or 70.08% from 127); Green value is 32 (12.89% from 255 or 25.20% from 127); Blue value is 6 (2.73% from 255 or 4.72% from 127); Max value from RGB is 89 - color contains mainly: red. Hex color #592006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592006 is #A6DFF9. Grayscale: #2E2E2E. Windows color (decimal): -10936314 or 401497. OLE color: 401497.

HSL color Cylindrical-coordinate representation of color #592006: hue angle of 18.8º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #592006 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.65.

Color convert

RGB89326-
CMYK00.640.930.65
HSL18.8º87.37%18.63%-
HSV(B)18.8º93.26%34.9%-
XYZ4.673.170.54-
YUV46.08105.38158.61-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 70.08%
GREEN value IS 32 (12.89% from 255) = 25.20%
BLUE value IS 6 (2.73% from 255) = 4.72%
R=70.08%
G=25.20%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8932600.640.930.6518.887.3718.63
Hex592060405D41135713
Octal13140601001351012312723
Binary1011001100000110010000001011101100000110011101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592006; }

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

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

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

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

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

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

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

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