Shades of Baker's Chocolate #562D0E
Tints of Baker's Chocolate #562D0E
RGB
CMYK
RGB Variations
Color information
#562D0E (or 0x562D0E) is known color: Baker's Chocolate. HEX triplet: 56, 2D and 0E. RGB value is (86,45,14). Sum of RGB (Red+Green+Blue) = 86+45+14=145 (19% of max value = 765). Red value is 86 (33.98% from 255 or 59.31% from 145); Green value is 45 (17.97% from 255 or 31.03% from 145); Blue value is 14 (5.86% from 255 or 9.66% from 145); Max value from RGB is 86 - color contains mainly: red. Hex color #562D0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562D0E is #A9D2F1. Grayscale: #353535. Windows color (decimal): -11129586 or 929110. OLE color: 929110.
HSL color Cylindrical-coordinate representation of color #562D0E: hue angle of 25.83º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #562D0E is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 45 | 14 | - |
| CMYK | 0 | 0.48 | 0.84 | 0.66 |
| HSL | 25.83º | 0.72% | 0.2% | - |
| HSV(B) | 25.83º | 0.84% | 0.34% | - |
| XYZ | 4.86 | 3.89 | 0.91 | - |
| YUV | 53.73 | 105.58 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 45 | 14 | 0 | 0.48 | 0.84 | 0.66 | 25.83 | 0.72 | 0.2 |
| Hex | 56 | 2D | E | 0 | 30 | 54 | 42 | 1A | 48 | 14 |
| Octal | 126 | 55 | 16 | 0 | 60 | 124 | 102 | 32 | 110 | 24 |
| Binary | 1010110 | 101101 | 1110 | 0 | 110000 | 1010100 | 1000010 | 11010 | 1001000 | 10100 |
Color Harmonies of #562D0E
Complementary color
Monochromatic Colors of #562D0E
Black with #562D0E
Text Example
Text Example
White with #562D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562D0E; }
p { color: rgb(86,45,14); }
H1.HeaderClassName
{
color: #562D0E;
}
.AnyTagClassName
{
color: #562D0E;
}
</style>
background-color css
<style>
a { background-color: #562D0E; }
a { background-color: rgb(86,45,14); }
div.DivClassName
{
background-color: #562D0E;
}
.BgClassName
{
background-color: #562D0E;
}
</style>
border-color css
<style>
span { border-color: #562D0E; }
span { border-color: rgb(86,45,14); }
td.TdClassName
{
border-color: #562D0E;
}
.TagClassName
{
border-color: #562D0E;
}
</style>