Shades of Baker's Chocolate #562D0D
Tints of Baker's Chocolate #562D0D
RGB
CMYK
RGB Variations
Color information
#562D0D (or 0x562D0D) is known color: Baker's Chocolate. HEX triplet: 56, 2D and 0D. RGB value is (86,45,13). Sum of RGB (Red+Green+Blue) = 86+45+13=144 (19% of max value = 765). Red value is 86 (33.98% from 255 or 59.72% from 144); Green value is 45 (17.97% from 255 or 31.25% from 144); Blue value is 13 (5.47% from 255 or 9.03% from 144); Max value from RGB is 86 - color contains mainly: red. Hex color #562D0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562D0D is #A9D2F2. Grayscale: #353535. Windows color (decimal): -11129587 or 863574. OLE color: 863574.
HSL color Cylindrical-coordinate representation of color #562D0D: hue angle of 26.3º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #562D0D is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 45 | 13 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.66 |
| HSL | 26.3º | 0.74% | 0.19% | - |
| HSV(B) | 26.3º | 0.85% | 0.34% | - |
| XYZ | 4.85 | 3.88 | 0.87 | - |
| YUV | 53.61 | 105.08 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 45 | 13 | 0 | 0.48 | 0.85 | 0.66 | 26.3 | 0.74 | 0.19 |
| Hex | 56 | 2D | D | 0 | 30 | 55 | 42 | 1A | 4A | 13 |
| Octal | 126 | 55 | 15 | 0 | 60 | 125 | 102 | 32 | 112 | 23 |
| Binary | 1010110 | 101101 | 1101 | 0 | 110000 | 1010101 | 1000010 | 11010 | 1001010 | 10011 |
Color Harmonies of #562D0D
Complementary color
Monochromatic Colors of #562D0D
Black with #562D0D
Text Example
Text Example
White with #562D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562D0D; }
p { color: rgb(86,45,13); }
H1.HeaderClassName
{
color: #562D0D;
}
.AnyTagClassName
{
color: #562D0D;
}
</style>
background-color css
<style>
a { background-color: #562D0D; }
a { background-color: rgb(86,45,13); }
div.DivClassName
{
background-color: #562D0D;
}
.BgClassName
{
background-color: #562D0D;
}
</style>
border-color css
<style>
span { border-color: #562D0D; }
span { border-color: rgb(86,45,13); }
td.TdClassName
{
border-color: #562D0D;
}
.TagClassName
{
border-color: #562D0D;
}
</style>