Shades of Baker's Chocolate #562D15
Tints of Baker's Chocolate #562D15
RGB
CMYK
RGB Variations
Color information
#562D15 (or 0x562D15) is known color: Baker's Chocolate. HEX triplet: 56, 2D and 15. RGB value is (86,45,21). Sum of RGB (Red+Green+Blue) = 86+45+21=152 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.58% from 152); Green value is 45 (17.97% from 255 or 29.61% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 86 - color contains mainly: red. Hex color #562D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562D15 is #A9D2EA. Grayscale: #363636. Windows color (decimal): -11129579 or 1387862. OLE color: 1387862.
HSL color Cylindrical-coordinate representation of color #562D15: hue angle of 22.15º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #562D15 is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 45 | 21 | - |
| CMYK | 0 | 0.48 | 0.76 | 0.66 |
| HSL | 22.15º | 0.61% | 0.21% | - |
| HSV(B) | 22.15º | 0.76% | 0.34% | - |
| XYZ | 4.91 | 3.91 | 1.21 | - |
| YUV | 54.52 | 109.08 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 45 | 21 | 0 | 0.48 | 0.76 | 0.66 | 22.15 | 0.61 | 0.21 |
| Hex | 56 | 2D | 15 | 0 | 30 | 4C | 42 | 16 | 3D | 15 |
| Octal | 126 | 55 | 25 | 0 | 60 | 114 | 102 | 26 | 75 | 25 |
| Binary | 1010110 | 101101 | 10101 | 0 | 110000 | 1001100 | 1000010 | 10110 | 111101 | 10101 |
Color Harmonies of #562D15
Complementary color
Monochromatic Colors of #562D15
Black with #562D15
Text Example
Text Example
White with #562D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562D15; }
p { color: rgb(86,45,21); }
H1.HeaderClassName
{
color: #562D15;
}
.AnyTagClassName
{
color: #562D15;
}
</style>
background-color css
<style>
a { background-color: #562D15; }
a { background-color: rgb(86,45,21); }
div.DivClassName
{
background-color: #562D15;
}
.BgClassName
{
background-color: #562D15;
}
</style>
border-color css
<style>
span { border-color: #562D15; }
span { border-color: rgb(86,45,21); }
td.TdClassName
{
border-color: #562D15;
}
.TagClassName
{
border-color: #562D15;
}
</style>