#572B16

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

Shades of Baker's Chocolate #572B16

Tints of Baker's Chocolate #572B16

Color information

#572B16 (or 0x572B16) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 2B and 16. RGB value is (87,43,22). Sum of RGB (Red+Green+Blue) = 87+43+22=152 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.24% from 152); Green value is 43 (17.19% from 255 or 28.29% from 152); Blue value is 22 (8.98% from 255 or 14.47% from 152); Max value from RGB is 87 - color contains mainly: red. Hex color #572B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572B16 is #A8D4E9. Grayscale: #353535. Windows color (decimal): -11064554 or 1452887. OLE color: 1452887.

HSL color Cylindrical-coordinate representation of color #572B16: hue angle of 19.38º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #572B16 is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.66.

Color convert

RGB874322-
CMYK00.510.750.66
HSL19.38º59.63%21.37%-
HSV(B)19.38º74.71%34.12%-
XYZ4.943.811.23-
YUV53.76110.08151.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 57.24%
GREEN value IS 43 (17.19% from 255) = 28.29%
BLUE value IS 22 (8.98% from 255) = 14.47%
R=57.24%
G=28.29%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.75
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87432200.510.750.6619.3859.6321.37
Hex572B160334B42133c15
Octal1275326063113102237425
Binary1010111101011101100110011100101110000101001111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,43,22); }

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

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

 a { background-color: rgb(87,43,22); }

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

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

 span { border-color: rgb(87,43,22); }

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