Shades of Baker's Chocolate #562D14
Tints of Baker's Chocolate #562D14
RGB
CMYK
RGB Variations
Color information
#562D14 (or 0x562D14) is known color: Baker's Chocolate. HEX triplet: 56, 2D and 14. RGB value is (86,45,20). Sum of RGB (Red+Green+Blue) = 86+45+20=151 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.95% from 151); Green value is 45 (17.97% from 255 or 29.80% from 151); Blue value is 20 (8.20% from 255 or 13.25% from 151); Max value from RGB is 86 - color contains mainly: red. Hex color #562D14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562D14 is #A9D2EB. Grayscale: #363636. Windows color (decimal): -11129580 or 1322326. OLE color: 1322326.
HSL color Cylindrical-coordinate representation of color #562D14: hue angle of 22.73º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #562D14 is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 45 | 20 | - |
| CMYK | 0 | 0.48 | 0.77 | 0.66 |
| HSL | 22.73º | 0.62% | 0.21% | - |
| HSV(B) | 22.73º | 0.77% | 0.34% | - |
| XYZ | 4.9 | 3.91 | 1.16 | - |
| YUV | 54.41 | 108.58 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 45 | 20 | 0 | 0.48 | 0.77 | 0.66 | 22.73 | 0.62 | 0.21 |
| Hex | 56 | 2D | 14 | 0 | 30 | 4D | 42 | 17 | 3E | 15 |
| Octal | 126 | 55 | 24 | 0 | 60 | 115 | 102 | 27 | 76 | 25 |
| Binary | 1010110 | 101101 | 10100 | 0 | 110000 | 1001101 | 1000010 | 10111 | 111110 | 10101 |
Color Harmonies of #562D14
Complementary color
Monochromatic Colors of #562D14
Black with #562D14
Text Example
Text Example
White with #562D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562D14; }
p { color: rgb(86,45,20); }
H1.HeaderClassName
{
color: #562D14;
}
.AnyTagClassName
{
color: #562D14;
}
</style>
background-color css
<style>
a { background-color: #562D14; }
a { background-color: rgb(86,45,20); }
div.DivClassName
{
background-color: #562D14;
}
.BgClassName
{
background-color: #562D14;
}
</style>
border-color css
<style>
span { border-color: #562D14; }
span { border-color: rgb(86,45,20); }
td.TdClassName
{
border-color: #562D14;
}
.TagClassName
{
border-color: #562D14;
}
</style>