Shades of Baker's Chocolate #562D0B
Tints of Baker's Chocolate #562D0B
RGB
CMYK
RGB Variations
Color information
#562D0B (or 0x562D0B) is known color: Baker's Chocolate. HEX triplet: 56, 2D and 0B. RGB value is (86,45,11). Sum of RGB (Red+Green+Blue) = 86+45+11=142 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.56% from 142); Green value is 45 (17.97% from 255 or 31.69% from 142); Blue value is 11 (4.69% from 255 or 7.75% from 142); Max value from RGB is 86 - color contains mainly: red. Hex color #562D0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562D0B is #A9D2F4. Grayscale: #353535. Windows color (decimal): -11129589 or 732502. OLE color: 732502.
HSL color Cylindrical-coordinate representation of color #562D0B: hue angle of 27.2º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #562D0B is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 45 | 11 | - |
| CMYK | 0 | 0.48 | 0.87 | 0.66 |
| HSL | 27.2º | 0.77% | 0.19% | - |
| HSV(B) | 27.2º | 0.87% | 0.34% | - |
| XYZ | 4.84 | 3.88 | 0.81 | - |
| YUV | 53.38 | 104.08 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 45 | 11 | 0 | 0.48 | 0.87 | 0.66 | 27.2 | 0.77 | 0.19 |
| Hex | 56 | 2D | B | 0 | 30 | 57 | 42 | 1B | 4D | 13 |
| Octal | 126 | 55 | 13 | 0 | 60 | 127 | 102 | 33 | 115 | 23 |
| Binary | 1010110 | 101101 | 1011 | 0 | 110000 | 1010111 | 1000010 | 11011 | 1001101 | 10011 |
Color Harmonies of #562D0B
Complementary color
Monochromatic Colors of #562D0B
Black with #562D0B
Text Example
Text Example
White with #562D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562D0B; }
p { color: rgb(86,45,11); }
H1.HeaderClassName
{
color: #562D0B;
}
.AnyTagClassName
{
color: #562D0B;
}
</style>
background-color css
<style>
a { background-color: #562D0B; }
a { background-color: rgb(86,45,11); }
div.DivClassName
{
background-color: #562D0B;
}
.BgClassName
{
background-color: #562D0B;
}
</style>
border-color css
<style>
span { border-color: #562D0B; }
span { border-color: rgb(86,45,11); }
td.TdClassName
{
border-color: #562D0B;
}
.TagClassName
{
border-color: #562D0B;
}
</style>