Shades of Baker's Chocolate #572B15
Tints of Baker's Chocolate #572B15
RGB
CMYK
RGB Variations
Color information
#572B15 (or 0x572B15) is known color: Baker's Chocolate. HEX triplet: 57, 2B and 15. RGB value is (87,43,21). Sum of RGB (Red+Green+Blue) = 87+43+21=151 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.62% from 151); Green value is 43 (17.19% from 255 or 28.48% from 151); Blue value is 21 (8.59% from 255 or 13.91% from 151); Max value from RGB is 87 - color contains mainly: red. Hex color #572B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572B15 is #A8D4EA. Grayscale: #353535. Windows color (decimal): -11064555 or 1387351. OLE color: 1387351.
HSL color Cylindrical-coordinate representation of color #572B15: hue angle of 20º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #572B15 is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 43 | 21 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.66 |
| HSL | 20º | 0.61% | 0.21% | - |
| HSV(B) | 20º | 0.76% | 0.34% | - |
| XYZ | 4.93 | 3.81 | 1.18 | - |
| YUV | 53.65 | 109.58 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 43 | 21 | 0 | 0.51 | 0.76 | 0.66 | 20 | 0.61 | 0.21 |
| Hex | 57 | 2B | 15 | 0 | 33 | 4C | 42 | 14 | 3D | 15 |
| Octal | 127 | 53 | 25 | 0 | 63 | 114 | 102 | 24 | 75 | 25 |
| Binary | 1010111 | 101011 | 10101 | 0 | 110011 | 1001100 | 1000010 | 10100 | 111101 | 10101 |
Color Harmonies of #572B15
Complementary color
Monochromatic Colors of #572B15
Black with #572B15
Text Example
Text Example
White with #572B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572B15; }
p { color: rgb(87,43,21); }
H1.HeaderClassName
{
color: #572B15;
}
.AnyTagClassName
{
color: #572B15;
}
</style>
background-color css
<style>
a { background-color: #572B15; }
a { background-color: rgb(87,43,21); }
div.DivClassName
{
background-color: #572B15;
}
.BgClassName
{
background-color: #572B15;
}
</style>
border-color css
<style>
span { border-color: #572B15; }
span { border-color: rgb(87,43,21); }
td.TdClassName
{
border-color: #572B15;
}
.TagClassName
{
border-color: #572B15;
}
</style>