Shades of Baker's Chocolate #572B17
Tints of Baker's Chocolate #572B17
RGB
CMYK
RGB Variations
Color information
#572B17 (or 0x572B17) is known color: Baker's Chocolate. HEX triplet: 57, 2B and 17. RGB value is (87,43,23). Sum of RGB (Red+Green+Blue) = 87+43+23=153 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.86% from 153); Green value is 43 (17.19% from 255 or 28.10% from 153); Blue value is 23 (9.38% from 255 or 15.03% from 153); Max value from RGB is 87 - color contains mainly: red. Hex color #572B17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572B17 is #A8D4E8. Grayscale: #363636. Windows color (decimal): -11064553 or 1518423. OLE color: 1518423.
HSL color Cylindrical-coordinate representation of color #572B17: hue angle of 18.75º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #572B17 is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 43 | 23 | - |
| CMYK | 0 | 0.51 | 0.74 | 0.66 |
| HSL | 18.75º | 0.58% | 0.22% | - |
| HSV(B) | 18.75º | 0.74% | 0.34% | - |
| XYZ | 4.95 | 3.82 | 1.29 | - |
| YUV | 53.88 | 110.58 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 43 | 23 | 0 | 0.51 | 0.74 | 0.66 | 18.75 | 0.58 | 0.22 |
| Hex | 57 | 2B | 17 | 0 | 33 | 4A | 42 | 13 | 3A | 16 |
| Octal | 127 | 53 | 27 | 0 | 63 | 112 | 102 | 23 | 72 | 26 |
| Binary | 1010111 | 101011 | 10111 | 0 | 110011 | 1001010 | 1000010 | 10011 | 111010 | 10110 |
Color Harmonies of #572B17
Complementary color
Monochromatic Colors of #572B17
Black with #572B17
Text Example
Text Example
White with #572B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572B17; }
p { color: rgb(87,43,23); }
H1.HeaderClassName
{
color: #572B17;
}
.AnyTagClassName
{
color: #572B17;
}
</style>
background-color css
<style>
a { background-color: #572B17; }
a { background-color: rgb(87,43,23); }
div.DivClassName
{
background-color: #572B17;
}
.BgClassName
{
background-color: #572B17;
}
</style>
border-color css
<style>
span { border-color: #572B17; }
span { border-color: rgb(87,43,23); }
td.TdClassName
{
border-color: #572B17;
}
.TagClassName
{
border-color: #572B17;
}
</style>