Shades of Baker's Chocolate #572A0D
Tints of Baker's Chocolate #572A0D
RGB
CMYK
RGB Variations
Color information
#572A0D (or 0x572A0D) is known color: Baker's Chocolate. HEX triplet: 57, 2A and 0D. RGB value is (87,42,13). Sum of RGB (Red+Green+Blue) = 87+42+13=142 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.27% from 142); Green value is 42 (16.80% from 255 or 29.58% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 87 - color contains mainly: red. Hex color #572A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572A0D is #A8D5F2. Grayscale: #343434. Windows color (decimal): -11064819 or 862807. OLE color: 862807.
HSL color Cylindrical-coordinate representation of color #572A0D: hue angle of 23.51º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #572A0D is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 42 | 13 | - |
| CMYK | 0 | 0.52 | 0.85 | 0.66 |
| HSL | 23.51º | 0.74% | 0.2% | - |
| HSV(B) | 23.51º | 0.85% | 0.34% | - |
| XYZ | 4.83 | 3.71 | 0.84 | - |
| YUV | 52.15 | 105.91 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 42 | 13 | 0 | 0.52 | 0.85 | 0.66 | 23.51 | 0.74 | 0.2 |
| Hex | 57 | 2A | D | 0 | 34 | 55 | 42 | 18 | 4A | 14 |
| Octal | 127 | 52 | 15 | 0 | 64 | 125 | 102 | 30 | 112 | 24 |
| Binary | 1010111 | 101010 | 1101 | 0 | 110100 | 1010101 | 1000010 | 11000 | 1001010 | 10100 |
Color Harmonies of #572A0D
Complementary color
Monochromatic Colors of #572A0D
Black with #572A0D
Text Example
Text Example
White with #572A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572A0D; }
p { color: rgb(87,42,13); }
H1.HeaderClassName
{
color: #572A0D;
}
.AnyTagClassName
{
color: #572A0D;
}
</style>
background-color css
<style>
a { background-color: #572A0D; }
a { background-color: rgb(87,42,13); }
div.DivClassName
{
background-color: #572A0D;
}
.BgClassName
{
background-color: #572A0D;
}
</style>
border-color css
<style>
span { border-color: #572A0D; }
span { border-color: rgb(87,42,13); }
td.TdClassName
{
border-color: #572A0D;
}
.TagClassName
{
border-color: #572A0D;
}
</style>