Shades of Baker's Chocolate #572004
Tints of Baker's Chocolate #572004
RGB
CMYK
RGB Variations
Color information
#572004 (or 0x572004) is known color: Baker's Chocolate. HEX triplet: 57, 20 and 04. RGB value is (87,32,4). Sum of RGB (Red+Green+Blue) = 87+32+4=123 (16% of max value = 765). Red value is 87 (34.38% from 255 or 70.73% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 4 (1.95% from 255 or 3.25% from 123); Max value from RGB is 87 - color contains mainly: red. Hex color #572004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572004 is #A8DFFB. Grayscale: #2D2D2D. Windows color (decimal): -11067388 or 270423. OLE color: 270423.
HSL color Cylindrical-coordinate representation of color #572004: hue angle of 20.24º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #572004 is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 32 | 4 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.66 |
| HSL | 20.24º | 0.91% | 0.18% | - |
| HSV(B) | 20.24º | 0.95% | 0.34% | - |
| XYZ | 4.47 | 3.07 | 0.47 | - |
| YUV | 45.25 | 104.72 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 32 | 4 | 0 | 0.63 | 0.95 | 0.66 | 20.24 | 0.91 | 0.18 |
| Hex | 57 | 20 | 4 | 0 | 3F | 5F | 42 | 14 | 5B | 12 |
| Octal | 127 | 40 | 4 | 0 | 77 | 137 | 102 | 24 | 133 | 22 |
| Binary | 1010111 | 100000 | 100 | 0 | 111111 | 1011111 | 1000010 | 10100 | 1011011 | 10010 |
Color Harmonies of #572004
Complementary color
Monochromatic Colors of #572004
Black with #572004
Text Example
Text Example
White with #572004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572004; }
p { color: rgb(87,32,4); }
H1.HeaderClassName
{
color: #572004;
}
.AnyTagClassName
{
color: #572004;
}
</style>
background-color css
<style>
a { background-color: #572004; }
a { background-color: rgb(87,32,4); }
div.DivClassName
{
background-color: #572004;
}
.BgClassName
{
background-color: #572004;
}
</style>
border-color css
<style>
span { border-color: #572004; }
span { border-color: rgb(87,32,4); }
td.TdClassName
{
border-color: #572004;
}
.TagClassName
{
border-color: #572004;
}
</style>