Shades of Baker's Chocolate #562D10
Tints of Baker's Chocolate #562D10
RGB
CMYK
RGB Variations
Color information
#562D10 (or 0x562D10) is known color: Baker's Chocolate. HEX triplet: 56, 2D and 10. RGB value is (86,45,16). Sum of RGB (Red+Green+Blue) = 86+45+16=147 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.50% from 147); Green value is 45 (17.97% from 255 or 30.61% from 147); Blue value is 16 (6.64% from 255 or 10.88% from 147); Max value from RGB is 86 - color contains mainly: red. Hex color #562D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562D10 is #A9D2EF. Grayscale: #363636. Windows color (decimal): -11129584 or 1060182. OLE color: 1060182.
HSL color Cylindrical-coordinate representation of color #562D10: hue angle of 24.86º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #562D10 is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 45 | 16 | - |
| CMYK | 0 | 0.48 | 0.81 | 0.66 |
| HSL | 24.86º | 0.69% | 0.2% | - |
| HSV(B) | 24.86º | 0.81% | 0.34% | - |
| XYZ | 4.87 | 3.89 | 0.98 | - |
| YUV | 53.95 | 106.58 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 45 | 16 | 0 | 0.48 | 0.81 | 0.66 | 24.86 | 0.69 | 0.2 |
| Hex | 56 | 2D | 10 | 0 | 30 | 51 | 42 | 19 | 45 | 14 |
| Octal | 126 | 55 | 20 | 0 | 60 | 121 | 102 | 31 | 105 | 24 |
| Binary | 1010110 | 101101 | 10000 | 0 | 110000 | 1010001 | 1000010 | 11001 | 1000101 | 10100 |
Color Harmonies of #562D10
Complementary color
Monochromatic Colors of #562D10
Black with #562D10
Text Example
Text Example
White with #562D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562D10; }
p { color: rgb(86,45,16); }
H1.HeaderClassName
{
color: #562D10;
}
.AnyTagClassName
{
color: #562D10;
}
</style>
background-color css
<style>
a { background-color: #562D10; }
a { background-color: rgb(86,45,16); }
div.DivClassName
{
background-color: #562D10;
}
.BgClassName
{
background-color: #562D10;
}
</style>
border-color css
<style>
span { border-color: #562D10; }
span { border-color: rgb(86,45,16); }
td.TdClassName
{
border-color: #562D10;
}
.TagClassName
{
border-color: #562D10;
}
</style>