#572006

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

Shades of Baker's Chocolate #572006

Tints of Baker's Chocolate #572006

Color information

#572006 (or 0x572006) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 20 and 06. RGB value is (87,32,6). Sum of RGB (Red+Green+Blue) = 87+32+6=125 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.6% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 6 (2.73% from 255 or 4.8% from 125); Max value from RGB is 87 - color contains mainly: red. Hex color #572006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572006 is #A8DFF9. Grayscale: #2D2D2D. Windows color (decimal): -11067386 or 401495. OLE color: 401495.

HSL color Cylindrical-coordinate representation of color #572006: hue angle of 19.26º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #572006 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.66.

Color convert

RGB87326-
CMYK00.630.930.66
HSL19.26º87.1%18.24%-
HSV(B)19.26º93.1%34.12%-
XYZ4.483.070.53-
YUV45.48105.72157.61-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 69.6%
GREEN value IS 32 (12.89% from 255) = 25.6%
BLUE value IS 6 (2.73% from 255) = 4.8%
R=69.6%
G=25.6%
B=4.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8732600.630.930.6619.2687.118.24
Hex5720603F5D42135712
Octal1274060771351022312722
Binary101011110000011001111111011101100001010011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572006; }

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

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

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

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

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

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

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

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