Shades of Baker's Chocolate #572F16
Tints of Baker's Chocolate #572F16
RGB
CMYK
RGB Variations
Color information
#572F16 (or 0x572F16) is known color: Baker's Chocolate. HEX triplet: 57, 2F and 16. RGB value is (87,47,22). Sum of RGB (Red+Green+Blue) = 87+47+22=156 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.77% from 156); Green value is 47 (18.75% from 255 or 30.13% from 156); Blue value is 22 (8.98% from 255 or 14.10% from 156); Max value from RGB is 87 - color contains mainly: red. Hex color #572F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572F16 is #A8D0E9. Grayscale: #383838. Windows color (decimal): -11063530 or 1453911. OLE color: 1453911.
HSL color Cylindrical-coordinate representation of color #572F16: hue angle of 23.08º 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 #572F16 is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 47 | 22 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.66 |
| HSL | 23.08º | 0.6% | 0.21% | - |
| HSV(B) | 23.08º | 0.75% | 0.34% | - |
| XYZ | 5.09 | 4.12 | 1.29 | - |
| YUV | 56.11 | 108.75 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 47 | 22 | 0 | 0.46 | 0.75 | 0.66 | 23.08 | 0.6 | 0.21 |
| Hex | 57 | 2F | 16 | 0 | 2E | 4B | 42 | 17 | 3C | 15 |
| Octal | 127 | 57 | 26 | 0 | 56 | 113 | 102 | 27 | 74 | 25 |
| Binary | 1010111 | 101111 | 10110 | 0 | 101110 | 1001011 | 1000010 | 10111 | 111100 | 10101 |
Color Harmonies of #572F16
Complementary color
Monochromatic Colors of #572F16
Black with #572F16
Text Example
Text Example
White with #572F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572F16; }
p { color: rgb(87,47,22); }
H1.HeaderClassName
{
color: #572F16;
}
.AnyTagClassName
{
color: #572F16;
}
</style>
background-color css
<style>
a { background-color: #572F16; }
a { background-color: rgb(87,47,22); }
div.DivClassName
{
background-color: #572F16;
}
.BgClassName
{
background-color: #572F16;
}
</style>
border-color css
<style>
span { border-color: #572F16; }
span { border-color: rgb(87,47,22); }
td.TdClassName
{
border-color: #572F16;
}
.TagClassName
{
border-color: #572F16;
}
</style>