Shades of Baker's Chocolate #572007
Tints of Baker's Chocolate #572007
RGB
CMYK
RGB Variations
Color information
#572007 (or 0x572007) is known color: Baker's Chocolate. HEX triplet: 57, 20 and 07. RGB value is (87,32,7). Sum of RGB (Red+Green+Blue) = 87+32+7=126 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.05% from 126); Green value is 32 (12.89% from 255 or 25.40% from 126); Blue value is 7 (3.12% from 255 or 5.56% from 126); Max value from RGB is 87 - color contains mainly: red. Hex color #572007 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572007 is #A8DFF8. Grayscale: #2D2D2D. Windows color (decimal): -11067385 or 467031. OLE color: 467031.
HSL color Cylindrical-coordinate representation of color #572007: hue angle of 18.75º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #572007 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 32 | 7 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.66 |
| HSL | 18.75º | 0.85% | 0.18% | - |
| HSV(B) | 18.75º | 0.92% | 0.34% | - |
| XYZ | 4.49 | 3.07 | 0.56 | - |
| YUV | 45.6 | 106.22 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 32 | 7 | 0 | 0.63 | 0.92 | 0.66 | 18.75 | 0.85 | 0.18 |
| Hex | 57 | 20 | 7 | 0 | 3F | 5C | 42 | 13 | 55 | 12 |
| Octal | 127 | 40 | 7 | 0 | 77 | 134 | 102 | 23 | 125 | 22 |
| Binary | 1010111 | 100000 | 111 | 0 | 111111 | 1011100 | 1000010 | 10011 | 1010101 | 10010 |
Color Harmonies of #572007
Complementary color
Monochromatic Colors of #572007
Black with #572007
Text Example
Text Example
White with #572007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572007; }
p { color: rgb(87,32,7); }
H1.HeaderClassName
{
color: #572007;
}
.AnyTagClassName
{
color: #572007;
}
</style>
background-color css
<style>
a { background-color: #572007; }
a { background-color: rgb(87,32,7); }
div.DivClassName
{
background-color: #572007;
}
.BgClassName
{
background-color: #572007;
}
</style>
border-color css
<style>
span { border-color: #572007; }
span { border-color: rgb(87,32,7); }
td.TdClassName
{
border-color: #572007;
}
.TagClassName
{
border-color: #572007;
}
</style>