Shades of Baker's Chocolate #562C13
Tints of Baker's Chocolate #562C13
RGB
CMYK
RGB Variations
Color information
#562C13 (or 0x562C13) is known color: Baker's Chocolate. HEX triplet: 56, 2C and 13. RGB value is (86,44,19). Sum of RGB (Red+Green+Blue) = 86+44+19=149 (19% of max value = 765). Red value is 86 (33.98% from 255 or 57.72% from 149); Green value is 44 (17.58% from 255 or 29.53% from 149); Blue value is 19 (7.81% from 255 or 12.75% from 149); Max value from RGB is 86 - color contains mainly: red. Hex color #562C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562C13 is #A9D3EC. Grayscale: #353535. Windows color (decimal): -11129837 or 1256534. OLE color: 1256534.
HSL color Cylindrical-coordinate representation of color #562C13: hue angle of 22.39º 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 #562C13 is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 44 | 19 | - |
| CMYK | 0 | 0.49 | 0.78 | 0.66 |
| HSL | 22.39º | 0.64% | 0.21% | - |
| HSV(B) | 22.39º | 0.78% | 0.34% | - |
| XYZ | 4.86 | 3.83 | 1.1 | - |
| YUV | 53.71 | 108.41 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 44 | 19 | 0 | 0.49 | 0.78 | 0.66 | 22.39 | 0.64 | 0.21 |
| Hex | 56 | 2C | 13 | 0 | 31 | 4E | 42 | 16 | 40 | 15 |
| Octal | 126 | 54 | 23 | 0 | 61 | 116 | 102 | 26 | 100 | 25 |
| Binary | 1010110 | 101100 | 10011 | 0 | 110001 | 1001110 | 1000010 | 10110 | 1000000 | 10101 |
Color Harmonies of #562C13
Complementary color
Monochromatic Colors of #562C13
Black with #562C13
Text Example
Text Example
White with #562C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562C13; }
p { color: rgb(86,44,19); }
H1.HeaderClassName
{
color: #562C13;
}
.AnyTagClassName
{
color: #562C13;
}
</style>
background-color css
<style>
a { background-color: #562C13; }
a { background-color: rgb(86,44,19); }
div.DivClassName
{
background-color: #562C13;
}
.BgClassName
{
background-color: #562C13;
}
</style>
border-color css
<style>
span { border-color: #562C13; }
span { border-color: rgb(86,44,19); }
td.TdClassName
{
border-color: #562C13;
}
.TagClassName
{
border-color: #562C13;
}
</style>