Shades of Baker's Chocolate #562E16
Tints of Baker's Chocolate #562E16
RGB
CMYK
RGB Variations
Color information
#562E16 (or 0x562E16) is known color: Baker's Chocolate. HEX triplet: 56, 2E and 16. RGB value is (86,46,22). Sum of RGB (Red+Green+Blue) = 86+46+22=154 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.84% from 154); Green value is 46 (18.36% from 255 or 29.87% from 154); Blue value is 22 (8.98% from 255 or 14.29% from 154); Max value from RGB is 86 - color contains mainly: red. Hex color #562E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562E16 is #A9D1E9. Grayscale: #373737. Windows color (decimal): -11129322 or 1453654. OLE color: 1453654.
HSL color Cylindrical-coordinate representation of color #562E16: hue angle of 22.5º 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 #562E16 is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 46 | 22 | - |
| CMYK | 0 | 0.47 | 0.74 | 0.66 |
| HSL | 22.5º | 0.59% | 0.21% | - |
| HSV(B) | 22.5º | 0.74% | 0.34% | - |
| XYZ | 4.96 | 3.99 | 1.27 | - |
| YUV | 55.22 | 109.25 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 46 | 22 | 0 | 0.47 | 0.74 | 0.66 | 22.5 | 0.59 | 0.21 |
| Hex | 56 | 2E | 16 | 0 | 2F | 4A | 42 | 16 | 3B | 15 |
| Octal | 126 | 56 | 26 | 0 | 57 | 112 | 102 | 26 | 73 | 25 |
| Binary | 1010110 | 101110 | 10110 | 0 | 101111 | 1001010 | 1000010 | 10110 | 111011 | 10101 |
Color Harmonies of #562E16
Complementary color
Monochromatic Colors of #562E16
Black with #562E16
Text Example
Text Example
White with #562E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562E16; }
p { color: rgb(86,46,22); }
H1.HeaderClassName
{
color: #562E16;
}
.AnyTagClassName
{
color: #562E16;
}
</style>
background-color css
<style>
a { background-color: #562E16; }
a { background-color: rgb(86,46,22); }
div.DivClassName
{
background-color: #562E16;
}
.BgClassName
{
background-color: #562E16;
}
</style>
border-color css
<style>
span { border-color: #562E16; }
span { border-color: rgb(86,46,22); }
td.TdClassName
{
border-color: #562E16;
}
.TagClassName
{
border-color: #562E16;
}
</style>