Shades of Baker's Chocolate #572D0A
Tints of Baker's Chocolate #572D0A
RGB
CMYK
RGB Variations
Color information
#572D0A (or 0x572D0A) is known color: Baker's Chocolate. HEX triplet: 57, 2D and 0A. RGB value is (87,45,10). Sum of RGB (Red+Green+Blue) = 87+45+10=142 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.27% from 142); Green value is 45 (17.97% from 255 or 31.69% from 142); Blue value is 10 (4.30% from 255 or 7.04% from 142); Max value from RGB is 87 - color contains mainly: red. Hex color #572D0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572D0A is #A8D2F5. Grayscale: #353535. Windows color (decimal): -11064054 or 666967. OLE color: 666967.
HSL color Cylindrical-coordinate representation of color #572D0A: hue angle of 27.27º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #572D0A is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 45 | 10 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.66 |
| HSL | 27.27º | 0.79% | 0.19% | - |
| HSV(B) | 27.27º | 0.89% | 0.34% | - |
| XYZ | 4.92 | 3.92 | 0.79 | - |
| YUV | 53.57 | 103.41 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 45 | 10 | 0 | 0.48 | 0.89 | 0.66 | 27.27 | 0.79 | 0.19 |
| Hex | 57 | 2D | A | 0 | 30 | 59 | 42 | 1B | 4F | 13 |
| Octal | 127 | 55 | 12 | 0 | 60 | 131 | 102 | 33 | 117 | 23 |
| Binary | 1010111 | 101101 | 1010 | 0 | 110000 | 1011001 | 1000010 | 11011 | 1001111 | 10011 |
Color Harmonies of #572D0A
Complementary color
Monochromatic Colors of #572D0A
Black with #572D0A
Text Example
Text Example
White with #572D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572D0A; }
p { color: rgb(87,45,10); }
H1.HeaderClassName
{
color: #572D0A;
}
.AnyTagClassName
{
color: #572D0A;
}
</style>
background-color css
<style>
a { background-color: #572D0A; }
a { background-color: rgb(87,45,10); }
div.DivClassName
{
background-color: #572D0A;
}
.BgClassName
{
background-color: #572D0A;
}
</style>
border-color css
<style>
span { border-color: #572D0A; }
span { border-color: rgb(87,45,10); }
td.TdClassName
{
border-color: #572D0A;
}
.TagClassName
{
border-color: #572D0A;
}
</style>