Shades of Baker's Chocolate #572C14
Tints of Baker's Chocolate #572C14
RGB
CMYK
RGB Variations
Color information
#572C14 (or 0x572C14) is known color: Baker's Chocolate. HEX triplet: 57, 2C and 14. RGB value is (87,44,20). Sum of RGB (Red+Green+Blue) = 87+44+20=151 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.62% from 151); Green value is 44 (17.58% from 255 or 29.14% from 151); Blue value is 20 (8.20% from 255 or 13.25% from 151); Max value from RGB is 87 - color contains mainly: red. Hex color #572C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572C14 is #A8D3EB. Grayscale: #363636. Windows color (decimal): -11064300 or 1322071. OLE color: 1322071.
HSL color Cylindrical-coordinate representation of color #572C14: hue angle of 21.49º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #572C14 is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 44 | 20 | - |
| CMYK | 0 | 0.49 | 0.77 | 0.66 |
| HSL | 21.49º | 0.63% | 0.21% | - |
| HSV(B) | 21.49º | 0.77% | 0.34% | - |
| XYZ | 4.96 | 3.88 | 1.15 | - |
| YUV | 54.12 | 108.75 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 44 | 20 | 0 | 0.49 | 0.77 | 0.66 | 21.49 | 0.63 | 0.21 |
| Hex | 57 | 2C | 14 | 0 | 31 | 4D | 42 | 15 | 3F | 15 |
| Octal | 127 | 54 | 24 | 0 | 61 | 115 | 102 | 25 | 77 | 25 |
| Binary | 1010111 | 101100 | 10100 | 0 | 110001 | 1001101 | 1000010 | 10101 | 111111 | 10101 |
Color Harmonies of #572C14
Complementary color
Monochromatic Colors of #572C14
Black with #572C14
Text Example
Text Example
White with #572C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572C14; }
p { color: rgb(87,44,20); }
H1.HeaderClassName
{
color: #572C14;
}
.AnyTagClassName
{
color: #572C14;
}
</style>
background-color css
<style>
a { background-color: #572C14; }
a { background-color: rgb(87,44,20); }
div.DivClassName
{
background-color: #572C14;
}
.BgClassName
{
background-color: #572C14;
}
</style>
border-color css
<style>
span { border-color: #572C14; }
span { border-color: rgb(87,44,20); }
td.TdClassName
{
border-color: #572C14;
}
.TagClassName
{
border-color: #572C14;
}
</style>