Shades of Baker's Chocolate #572B16
Tints of Baker's Chocolate #572B16
RGB
CMYK
RGB Variations
Color information
#572B16 (or 0x572B16) is known color: 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
| RGB | 87 | 43 | 22 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.66 |
| HSL | 19.38º | 0.6% | 0.21% | - |
| HSV(B) | 19.38º | 0.75% | 0.34% | - |
| XYZ | 4.94 | 3.81 | 1.23 | - |
| YUV | 53.76 | 110.08 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 43 | 22 | 0 | 0.51 | 0.75 | 0.66 | 19.38 | 0.6 | 0.21 |
| Hex | 57 | 2B | 16 | 0 | 33 | 4B | 42 | 13 | 3C | 15 |
| Octal | 127 | 53 | 26 | 0 | 63 | 113 | 102 | 23 | 74 | 25 |
| Binary | 1010111 | 101011 | 10110 | 0 | 110011 | 1001011 | 1000010 | 10011 | 111100 | 10101 |
Color Harmonies of #572B16
Complementary color
Monochromatic Colors of #572B16
Black with #572B16
Text Example
Text Example
White with #572B16
Text Example
Text Example
HTML Codes & Css Web 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>