#572C06

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

Shades of Baker's Chocolate #572C06

Tints of Baker's Chocolate #572C06

Color information

#572C06 (or 0x572C06) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 2C and 06. RGB value is (87,44,6). Sum of RGB (Red+Green+Blue) = 87+44+6=137 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.50% from 137); Green value is 44 (17.58% from 255 or 32.12% from 137); Blue value is 6 (2.73% from 255 or 4.38% from 137); Max value from RGB is 87 - color contains mainly: red. Hex color #572C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572C06 is #A8D3F9. Grayscale: #343434. Windows color (decimal): -11064314 or 404567. OLE color: 404567.

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

Color convert

RGB87446-
CMYK00.490.930.66
HSL28.15º87.1%18.24%-
HSV(B)28.15º93.1%34.12%-
XYZ4.863.840.66-
YUV52.52101.75152.59-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 63.50%
GREEN value IS 44 (17.58% from 255) = 32.12%
BLUE value IS 6 (2.73% from 255) = 4.38%
R=63.50%
G=32.12%
B=4.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8744600.490.930.6628.1587.118.24
Hex572C60315D421c5712
Octal1275460611351023412722
Binary101011110110011001100011011101100001011100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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