Shades of Baker's Chocolate #572008
Tints of Baker's Chocolate #572008
RGB
CMYK
RGB Variations
Color information
#572008 (or 0x572008) is known color: Baker's Chocolate. HEX triplet: 57, 20 and 08. RGB value is (87,32,8). Sum of RGB (Red+Green+Blue) = 87+32+8=127 (16% of max value = 765). Red value is 87 (34.38% from 255 or 68.50% from 127); Green value is 32 (12.89% from 255 or 25.20% from 127); Blue value is 8 (3.52% from 255 or 6.30% from 127); Max value from RGB is 87 - color contains mainly: red. Hex color #572008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572008 is #A8DFF7. Grayscale: #2D2D2D. Windows color (decimal): -11067384 or 532567. OLE color: 532567.
HSL color Cylindrical-coordinate representation of color #572008: hue angle of 18.23º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #572008 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 32 | 8 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.66 |
| HSL | 18.23º | 0.83% | 0.19% | - |
| HSV(B) | 18.23º | 0.91% | 0.34% | - |
| XYZ | 4.49 | 3.08 | 0.59 | - |
| YUV | 45.71 | 106.72 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 32 | 8 | 0 | 0.63 | 0.91 | 0.66 | 18.23 | 0.83 | 0.19 |
| Hex | 57 | 20 | 8 | 0 | 3F | 5B | 42 | 12 | 53 | 13 |
| Octal | 127 | 40 | 10 | 0 | 77 | 133 | 102 | 22 | 123 | 23 |
| Binary | 1010111 | 100000 | 1000 | 0 | 111111 | 1011011 | 1000010 | 10010 | 1010011 | 10011 |
Color Harmonies of #572008
Complementary color
Monochromatic Colors of #572008
Black with #572008
Text Example
Text Example
White with #572008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572008; }
p { color: rgb(87,32,8); }
H1.HeaderClassName
{
color: #572008;
}
.AnyTagClassName
{
color: #572008;
}
</style>
background-color css
<style>
a { background-color: #572008; }
a { background-color: rgb(87,32,8); }
div.DivClassName
{
background-color: #572008;
}
.BgClassName
{
background-color: #572008;
}
</style>
border-color css
<style>
span { border-color: #572008; }
span { border-color: rgb(87,32,8); }
td.TdClassName
{
border-color: #572008;
}
.TagClassName
{
border-color: #572008;
}
</style>