Shades of Baker's Chocolate #572D0B
Tints of Baker's Chocolate #572D0B
RGB
CMYK
RGB Variations
Color information
#572D0B (or 0x572D0B) is known color: Baker's Chocolate. HEX triplet: 57, 2D and 0B. RGB value is (87,45,11). Sum of RGB (Red+Green+Blue) = 87+45+11=143 (18% of max value = 765). Red value is 87 (34.38% from 255 or 60.84% from 143); Green value is 45 (17.97% from 255 or 31.47% from 143); Blue value is 11 (4.69% from 255 or 7.69% from 143); Max value from RGB is 87 - color contains mainly: red. Hex color #572D0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572D0B is #A8D2F4. Grayscale: #353535. Windows color (decimal): -11064053 or 732503. OLE color: 732503.
HSL color Cylindrical-coordinate representation of color #572D0B: hue angle of 26.84º 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 #572D0B is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 45 | 11 | - |
| CMYK | 0 | 0.48 | 0.87 | 0.66 |
| HSL | 26.84º | 0.78% | 0.19% | - |
| HSV(B) | 26.84º | 0.87% | 0.34% | - |
| XYZ | 4.93 | 3.93 | 0.81 | - |
| YUV | 53.68 | 103.91 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 45 | 11 | 0 | 0.48 | 0.87 | 0.66 | 26.84 | 0.78 | 0.19 |
| Hex | 57 | 2D | B | 0 | 30 | 57 | 42 | 1B | 4E | 13 |
| Octal | 127 | 55 | 13 | 0 | 60 | 127 | 102 | 33 | 116 | 23 |
| Binary | 1010111 | 101101 | 1011 | 0 | 110000 | 1010111 | 1000010 | 11011 | 1001110 | 10011 |
Color Harmonies of #572D0B
Complementary color
Monochromatic Colors of #572D0B
Black with #572D0B
Text Example
Text Example
White with #572D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572D0B; }
p { color: rgb(87,45,11); }
H1.HeaderClassName
{
color: #572D0B;
}
.AnyTagClassName
{
color: #572D0B;
}
</style>
background-color css
<style>
a { background-color: #572D0B; }
a { background-color: rgb(87,45,11); }
div.DivClassName
{
background-color: #572D0B;
}
.BgClassName
{
background-color: #572D0B;
}
</style>
border-color css
<style>
span { border-color: #572D0B; }
span { border-color: rgb(87,45,11); }
td.TdClassName
{
border-color: #572D0B;
}
.TagClassName
{
border-color: #572D0B;
}
</style>