#572F06

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

Shades of Baker's Chocolate #572F06

Tints of Baker's Chocolate #572F06

Color information

#572F06 (or 0x572F06) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 2F and 06. RGB value is (87,47,6). Sum of RGB (Red+Green+Blue) = 87+47+6=140 (18% of max value = 765). Red value is 87 (34.38% from 255 or 62.14% from 140); Green value is 47 (18.75% from 255 or 33.57% from 140); Blue value is 6 (2.73% from 255 or 4.29% from 140); Max value from RGB is 87 - color contains mainly: red. Hex color #572F06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572F06 is #A8D0F9. Grayscale: #363636. Windows color (decimal): -11063546 or 405335. OLE color: 405335.

HSL color Cylindrical-coordinate representation of color #572F06: hue angle of 30.37º 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 #572F06 is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.66.

Color convert

RGB87476-
CMYK00.460.930.66
HSL30.37º87.1%18.24%-
HSV(B)30.37º93.1%34.12%-
XYZ4.984.070.7-
YUV54.29100.75151.33-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 62.14%
GREEN value IS 47 (18.75% from 255) = 33.57%
BLUE value IS 6 (2.73% from 255) = 4.29%
R=62.14%
G=33.57%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8747600.460.930.6630.3787.118.24
Hex572F602E5D421e5712
Octal1275760561351023612722
Binary101011110111111001011101011101100001011110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572F06; }

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

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

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

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

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

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

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

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