Shades of Baker's Chocolate #562D16
Tints of Baker's Chocolate #562D16
RGB
CMYK
RGB Variations
Color information
#562D16 (or 0x562D16) is known color: Baker's Chocolate. HEX triplet: 56, 2D and 16. RGB value is (86,45,22). Sum of RGB (Red+Green+Blue) = 86+45+22=153 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.21% from 153); Green value is 45 (17.97% from 255 or 29.41% from 153); Blue value is 22 (8.98% from 255 or 14.38% from 153); Max value from RGB is 86 - color contains mainly: red. Hex color #562D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562D16 is #A9D2E9. Grayscale: #363636. Windows color (decimal): -11129578 or 1453398. OLE color: 1453398.
HSL color Cylindrical-coordinate representation of color #562D16: hue angle of 21.56º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #562D16 is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 45 | 22 | - |
| CMYK | 0 | 0.48 | 0.74 | 0.66 |
| HSL | 21.56º | 0.59% | 0.21% | - |
| HSV(B) | 21.56º | 0.74% | 0.34% | - |
| XYZ | 4.92 | 3.91 | 1.26 | - |
| YUV | 54.64 | 109.58 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 45 | 22 | 0 | 0.48 | 0.74 | 0.66 | 21.56 | 0.59 | 0.21 |
| Hex | 56 | 2D | 16 | 0 | 30 | 4A | 42 | 16 | 3B | 15 |
| Octal | 126 | 55 | 26 | 0 | 60 | 112 | 102 | 26 | 73 | 25 |
| Binary | 1010110 | 101101 | 10110 | 0 | 110000 | 1001010 | 1000010 | 10110 | 111011 | 10101 |
Color Harmonies of #562D16
Complementary color
Monochromatic Colors of #562D16
Black with #562D16
Text Example
Text Example
White with #562D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562D16; }
p { color: rgb(86,45,22); }
H1.HeaderClassName
{
color: #562D16;
}
.AnyTagClassName
{
color: #562D16;
}
</style>
background-color css
<style>
a { background-color: #562D16; }
a { background-color: rgb(86,45,22); }
div.DivClassName
{
background-color: #562D16;
}
.BgClassName
{
background-color: #562D16;
}
</style>
border-color css
<style>
span { border-color: #562D16; }
span { border-color: rgb(86,45,22); }
td.TdClassName
{
border-color: #562D16;
}
.TagClassName
{
border-color: #562D16;
}
</style>