Shades of Baker's Chocolate #572A12
Tints of Baker's Chocolate #572A12
RGB
CMYK
RGB Variations
Color information
#572A12 (or 0x572A12) is known color: Baker's Chocolate. HEX triplet: 57, 2A and 12. RGB value is (87,42,18). Sum of RGB (Red+Green+Blue) = 87+42+18=147 (19% of max value = 765). Red value is 87 (34.38% from 255 or 59.18% from 147); Green value is 42 (16.80% from 255 or 28.57% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 87 - color contains mainly: red. Hex color #572A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572A12 is #A8D5ED. Grayscale: #343434. Windows color (decimal): -11064814 or 1190487. OLE color: 1190487.
HSL color Cylindrical-coordinate representation of color #572A12: hue angle of 20.87º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #572A12 is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 42 | 18 | - |
| CMYK | 0 | 0.52 | 0.79 | 0.66 |
| HSL | 20.87º | 0.66% | 0.21% | - |
| HSV(B) | 20.87º | 0.79% | 0.34% | - |
| XYZ | 4.87 | 3.73 | 1.03 | - |
| YUV | 52.72 | 108.41 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 42 | 18 | 0 | 0.52 | 0.79 | 0.66 | 20.87 | 0.66 | 0.21 |
| Hex | 57 | 2A | 12 | 0 | 34 | 4F | 42 | 15 | 42 | 15 |
| Octal | 127 | 52 | 22 | 0 | 64 | 117 | 102 | 25 | 102 | 25 |
| Binary | 1010111 | 101010 | 10010 | 0 | 110100 | 1001111 | 1000010 | 10101 | 1000010 | 10101 |
Color Harmonies of #572A12
Complementary color
Monochromatic Colors of #572A12
Black with #572A12
Text Example
Text Example
White with #572A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572A12; }
p { color: rgb(87,42,18); }
H1.HeaderClassName
{
color: #572A12;
}
.AnyTagClassName
{
color: #572A12;
}
</style>
background-color css
<style>
a { background-color: #572A12; }
a { background-color: rgb(87,42,18); }
div.DivClassName
{
background-color: #572A12;
}
.BgClassName
{
background-color: #572A12;
}
</style>
border-color css
<style>
span { border-color: #572A12; }
span { border-color: rgb(87,42,18); }
td.TdClassName
{
border-color: #572A12;
}
.TagClassName
{
border-color: #572A12;
}
</style>