Shades of Baker's Chocolate #572C0E
Tints of Baker's Chocolate #572C0E
RGB
CMYK
RGB Variations
Color information
#572C0E (or 0x572C0E) is known color: Baker's Chocolate. HEX triplet: 57, 2C and 0E. RGB value is (87,44,14). Sum of RGB (Red+Green+Blue) = 87+44+14=145 (19% of max value = 765). Red value is 87 (34.38% from 255 or 60% from 145); Green value is 44 (17.58% from 255 or 30.34% from 145); Blue value is 14 (5.86% from 255 or 9.66% from 145); Max value from RGB is 87 - color contains mainly: red. Hex color #572C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572C0E is #A8D3F1. Grayscale: #353535. Windows color (decimal): -11064306 or 928855. OLE color: 928855.
HSL color Cylindrical-coordinate representation of color #572C0E: hue angle of 24.66º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #572C0E is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 44 | 14 | - |
| CMYK | 0 | 0.49 | 0.84 | 0.66 |
| HSL | 24.66º | 0.72% | 0.2% | - |
| HSV(B) | 24.66º | 0.84% | 0.34% | - |
| XYZ | 4.91 | 3.86 | 0.9 | - |
| YUV | 53.44 | 105.75 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 44 | 14 | 0 | 0.49 | 0.84 | 0.66 | 24.66 | 0.72 | 0.2 |
| Hex | 57 | 2C | E | 0 | 31 | 54 | 42 | 19 | 48 | 14 |
| Octal | 127 | 54 | 16 | 0 | 61 | 124 | 102 | 31 | 110 | 24 |
| Binary | 1010111 | 101100 | 1110 | 0 | 110001 | 1010100 | 1000010 | 11001 | 1001000 | 10100 |
Color Harmonies of #572C0E
Complementary color
Monochromatic Colors of #572C0E
Black with #572C0E
Text Example
Text Example
White with #572C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572C0E; }
p { color: rgb(87,44,14); }
H1.HeaderClassName
{
color: #572C0E;
}
.AnyTagClassName
{
color: #572C0E;
}
</style>
background-color css
<style>
a { background-color: #572C0E; }
a { background-color: rgb(87,44,14); }
div.DivClassName
{
background-color: #572C0E;
}
.BgClassName
{
background-color: #572C0E;
}
</style>
border-color css
<style>
span { border-color: #572C0E; }
span { border-color: rgb(87,44,14); }
td.TdClassName
{
border-color: #572C0E;
}
.TagClassName
{
border-color: #572C0E;
}
</style>