Shades of Baker's Chocolate #572B0B
Tints of Baker's Chocolate #572B0B
RGB
CMYK
RGB Variations
Color information
#572B0B (or 0x572B0B) is known color: Baker's Chocolate. HEX triplet: 57, 2B and 0B. RGB value is (87,43,11). Sum of RGB (Red+Green+Blue) = 87+43+11=141 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.70% from 141); Green value is 43 (17.19% from 255 or 30.50% from 141); Blue value is 11 (4.69% from 255 or 7.80% from 141); Max value from RGB is 87 - color contains mainly: red. Hex color #572B0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572B0B is #A8D4F4. Grayscale: #343434. Windows color (decimal): -11064565 or 731991. OLE color: 731991.
HSL color Cylindrical-coordinate representation of color #572B0B: hue angle of 25.26º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #572B0B is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 43 | 11 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.66 |
| HSL | 25.26º | 0.78% | 0.19% | - |
| HSV(B) | 25.26º | 0.87% | 0.34% | - |
| XYZ | 4.85 | 3.78 | 0.79 | - |
| YUV | 52.51 | 104.58 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 43 | 11 | 0 | 0.51 | 0.87 | 0.66 | 25.26 | 0.78 | 0.19 |
| Hex | 57 | 2B | B | 0 | 33 | 57 | 42 | 19 | 4E | 13 |
| Octal | 127 | 53 | 13 | 0 | 63 | 127 | 102 | 31 | 116 | 23 |
| Binary | 1010111 | 101011 | 1011 | 0 | 110011 | 1010111 | 1000010 | 11001 | 1001110 | 10011 |
Color Harmonies of #572B0B
Complementary color
Monochromatic Colors of #572B0B
Black with #572B0B
Text Example
Text Example
White with #572B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572B0B; }
p { color: rgb(87,43,11); }
H1.HeaderClassName
{
color: #572B0B;
}
.AnyTagClassName
{
color: #572B0B;
}
</style>
background-color css
<style>
a { background-color: #572B0B; }
a { background-color: rgb(87,43,11); }
div.DivClassName
{
background-color: #572B0B;
}
.BgClassName
{
background-color: #572B0B;
}
</style>
border-color css
<style>
span { border-color: #572B0B; }
span { border-color: rgb(87,43,11); }
td.TdClassName
{
border-color: #572B0B;
}
.TagClassName
{
border-color: #572B0B;
}
</style>