Shades of Baker's Chocolate #572F15
Tints of Baker's Chocolate #572F15
RGB
CMYK
RGB Variations
Color information
#572F15 (or 0x572F15) is known color: Baker's Chocolate. HEX triplet: 57, 2F and 15. RGB value is (87,47,21). Sum of RGB (Red+Green+Blue) = 87+47+21=155 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.13% from 155); Green value is 47 (18.75% from 255 or 30.32% from 155); Blue value is 21 (8.59% from 255 or 13.55% from 155); Max value from RGB is 87 - color contains mainly: red. Hex color #572F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572F15 is #A8D0EA. Grayscale: #383838. Windows color (decimal): -11063531 or 1388375. OLE color: 1388375.
HSL color Cylindrical-coordinate representation of color #572F15: hue angle of 23.64º 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 #572F15 is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 47 | 21 | - |
| CMYK | 0 | 0.46 | 0.76 | 0.66 |
| HSL | 23.64º | 0.61% | 0.21% | - |
| HSV(B) | 23.64º | 0.76% | 0.34% | - |
| XYZ | 5.08 | 4.11 | 1.24 | - |
| YUV | 56 | 108.25 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 47 | 21 | 0 | 0.46 | 0.76 | 0.66 | 23.64 | 0.61 | 0.21 |
| Hex | 57 | 2F | 15 | 0 | 2E | 4C | 42 | 18 | 3D | 15 |
| Octal | 127 | 57 | 25 | 0 | 56 | 114 | 102 | 30 | 75 | 25 |
| Binary | 1010111 | 101111 | 10101 | 0 | 101110 | 1001100 | 1000010 | 11000 | 111101 | 10101 |
Color Harmonies of #572F15
Complementary color
Monochromatic Colors of #572F15
Black with #572F15
Text Example
Text Example
White with #572F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572F15; }
p { color: rgb(87,47,21); }
H1.HeaderClassName
{
color: #572F15;
}
.AnyTagClassName
{
color: #572F15;
}
</style>
background-color css
<style>
a { background-color: #572F15; }
a { background-color: rgb(87,47,21); }
div.DivClassName
{
background-color: #572F15;
}
.BgClassName
{
background-color: #572F15;
}
</style>
border-color css
<style>
span { border-color: #572F15; }
span { border-color: rgb(87,47,21); }
td.TdClassName
{
border-color: #572F15;
}
.TagClassName
{
border-color: #572F15;
}
</style>