Shades of Baker's Chocolate #562B16
Tints of Baker's Chocolate #562B16
RGB
CMYK
RGB Variations
Color information
#562B16 (or 0x562B16) is known color: Baker's Chocolate. HEX triplet: 56, 2B and 16. RGB value is (86,43,22). Sum of RGB (Red+Green+Blue) = 86+43+22=151 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.95% from 151); Green value is 43 (17.19% from 255 or 28.48% from 151); Blue value is 22 (8.98% from 255 or 14.57% from 151); Max value from RGB is 86 - color contains mainly: red. Hex color #562B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562B16 is #A9D4E9. Grayscale: #353535. Windows color (decimal): -11130090 or 1452886. OLE color: 1452886.
HSL color Cylindrical-coordinate representation of color #562B16: hue angle of 19.69º 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 #562B16 is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 43 | 22 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.66 |
| HSL | 19.69º | 0.59% | 0.21% | - |
| HSV(B) | 19.69º | 0.74% | 0.34% | - |
| XYZ | 4.85 | 3.76 | 1.23 | - |
| YUV | 53.46 | 110.25 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 43 | 22 | 0 | 0.50 | 0.74 | 0.66 | 19.69 | 0.59 | 0.21 |
| Hex | 56 | 2B | 16 | 0 | 32 | 4A | 42 | 14 | 3B | 15 |
| Octal | 126 | 53 | 26 | 0 | 62 | 112 | 102 | 24 | 73 | 25 |
| Binary | 1010110 | 101011 | 10110 | 0 | 110010 | 1001010 | 1000010 | 10100 | 111011 | 10101 |
Color Harmonies of #562B16
Complementary color
Monochromatic Colors of #562B16
Black with #562B16
Text Example
Text Example
White with #562B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562B16; }
p { color: rgb(86,43,22); }
H1.HeaderClassName
{
color: #562B16;
}
.AnyTagClassName
{
color: #562B16;
}
</style>
background-color css
<style>
a { background-color: #562B16; }
a { background-color: rgb(86,43,22); }
div.DivClassName
{
background-color: #562B16;
}
.BgClassName
{
background-color: #562B16;
}
</style>
border-color css
<style>
span { border-color: #562B16; }
span { border-color: rgb(86,43,22); }
td.TdClassName
{
border-color: #562B16;
}
.TagClassName
{
border-color: #562B16;
}
</style>