Shades of Baker's Chocolate #562D13
Tints of Baker's Chocolate #562D13
RGB
CMYK
RGB Variations
Color information
#562D13 (or 0x562D13) is known color: Baker's Chocolate. HEX triplet: 56, 2D and 13. RGB value is (86,45,19). Sum of RGB (Red+Green+Blue) = 86+45+19=150 (19% of max value = 765). Red value is 86 (33.98% from 255 or 57.33% from 150); Green value is 45 (17.97% from 255 or 30% from 150); Blue value is 19 (7.81% from 255 or 12.67% from 150); Max value from RGB is 86 - color contains mainly: red. Hex color #562D13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562D13 is #A9D2EC. Grayscale: #363636. Windows color (decimal): -11129581 or 1256790. OLE color: 1256790.
HSL color Cylindrical-coordinate representation of color #562D13: hue angle of 23.28º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #562D13 is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 45 | 19 | - |
| CMYK | 0 | 0.48 | 0.78 | 0.66 |
| HSL | 23.28º | 0.64% | 0.21% | - |
| HSV(B) | 23.28º | 0.78% | 0.34% | - |
| XYZ | 4.89 | 3.9 | 1.11 | - |
| YUV | 54.3 | 108.08 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 45 | 19 | 0 | 0.48 | 0.78 | 0.66 | 23.28 | 0.64 | 0.21 |
| Hex | 56 | 2D | 13 | 0 | 30 | 4E | 42 | 17 | 40 | 15 |
| Octal | 126 | 55 | 23 | 0 | 60 | 116 | 102 | 27 | 100 | 25 |
| Binary | 1010110 | 101101 | 10011 | 0 | 110000 | 1001110 | 1000010 | 10111 | 1000000 | 10101 |
Color Harmonies of #562D13
Complementary color
Monochromatic Colors of #562D13
Black with #562D13
Text Example
Text Example
White with #562D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562D13; }
p { color: rgb(86,45,19); }
H1.HeaderClassName
{
color: #562D13;
}
.AnyTagClassName
{
color: #562D13;
}
</style>
background-color css
<style>
a { background-color: #562D13; }
a { background-color: rgb(86,45,19); }
div.DivClassName
{
background-color: #562D13;
}
.BgClassName
{
background-color: #562D13;
}
</style>
border-color css
<style>
span { border-color: #562D13; }
span { border-color: rgb(86,45,19); }
td.TdClassName
{
border-color: #562D13;
}
.TagClassName
{
border-color: #562D13;
}
</style>