Shades of Baker's Chocolate #572A0C
Tints of Baker's Chocolate #572A0C
RGB
CMYK
RGB Variations
Color information
#572A0C (or 0x572A0C) is known color: Baker's Chocolate. HEX triplet: 57, 2A and 0C. RGB value is (87,42,12). Sum of RGB (Red+Green+Blue) = 87+42+12=141 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.70% from 141); Green value is 42 (16.80% from 255 or 29.79% from 141); Blue value is 12 (5.08% from 255 or 8.51% from 141); Max value from RGB is 87 - color contains mainly: red. Hex color #572A0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572A0C is #A8D5F3. Grayscale: #343434. Windows color (decimal): -11064820 or 797271. OLE color: 797271.
HSL color Cylindrical-coordinate representation of color #572A0C: hue angle of 24º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #572A0C is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 42 | 12 | - |
| CMYK | 0 | 0.52 | 0.86 | 0.66 |
| HSL | 24º | 0.76% | 0.19% | - |
| HSV(B) | 24º | 0.86% | 0.34% | - |
| XYZ | 4.82 | 3.71 | 0.81 | - |
| YUV | 52.04 | 105.41 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 42 | 12 | 0 | 0.52 | 0.86 | 0.66 | 24 | 0.76 | 0.19 |
| Hex | 57 | 2A | C | 0 | 34 | 56 | 42 | 18 | 4C | 13 |
| Octal | 127 | 52 | 14 | 0 | 64 | 126 | 102 | 30 | 114 | 23 |
| Binary | 1010111 | 101010 | 1100 | 0 | 110100 | 1010110 | 1000010 | 11000 | 1001100 | 10011 |
Color Harmonies of #572A0C
Complementary color
Monochromatic Colors of #572A0C
Black with #572A0C
Text Example
Text Example
White with #572A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572A0C; }
p { color: rgb(87,42,12); }
H1.HeaderClassName
{
color: #572A0C;
}
.AnyTagClassName
{
color: #572A0C;
}
</style>
background-color css
<style>
a { background-color: #572A0C; }
a { background-color: rgb(87,42,12); }
div.DivClassName
{
background-color: #572A0C;
}
.BgClassName
{
background-color: #572A0C;
}
</style>
border-color css
<style>
span { border-color: #572A0C; }
span { border-color: rgb(87,42,12); }
td.TdClassName
{
border-color: #572A0C;
}
.TagClassName
{
border-color: #572A0C;
}
</style>