Shades of Baker's Chocolate #562F0E
Tints of Baker's Chocolate #562F0E
RGB
CMYK
RGB Variations
Color information
#562F0E (or 0x562F0E) is known color: Baker's Chocolate. HEX triplet: 56, 2F and 0E. RGB value is (86,47,14). Sum of RGB (Red+Green+Blue) = 86+47+14=147 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.50% from 147); Green value is 47 (18.75% from 255 or 31.97% from 147); Blue value is 14 (5.86% from 255 or 9.52% from 147); Max value from RGB is 86 - color contains mainly: red. Hex color #562F0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562F0E is #A9D0F1. Grayscale: #373737. Windows color (decimal): -11129074 or 929622. OLE color: 929622.
HSL color Cylindrical-coordinate representation of color #562F0E: hue angle of 27.5º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #562F0E is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 47 | 14 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.66 |
| HSL | 27.5º | 0.72% | 0.2% | - |
| HSV(B) | 27.5º | 0.84% | 0.34% | - |
| XYZ | 4.93 | 4.04 | 0.94 | - |
| YUV | 54.9 | 104.92 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 47 | 14 | 0 | 0.45 | 0.84 | 0.66 | 27.5 | 0.72 | 0.2 |
| Hex | 56 | 2F | E | 0 | 2D | 54 | 42 | 1C | 48 | 14 |
| Octal | 126 | 57 | 16 | 0 | 55 | 124 | 102 | 34 | 110 | 24 |
| Binary | 1010110 | 101111 | 1110 | 0 | 101101 | 1010100 | 1000010 | 11100 | 1001000 | 10100 |
Color Harmonies of #562F0E
Complementary color
Monochromatic Colors of #562F0E
Black with #562F0E
Text Example
Text Example
White with #562F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562F0E; }
p { color: rgb(86,47,14); }
H1.HeaderClassName
{
color: #562F0E;
}
.AnyTagClassName
{
color: #562F0E;
}
</style>
background-color css
<style>
a { background-color: #562F0E; }
a { background-color: rgb(86,47,14); }
div.DivClassName
{
background-color: #562F0E;
}
.BgClassName
{
background-color: #562F0E;
}
</style>
border-color css
<style>
span { border-color: #562F0E; }
span { border-color: rgb(86,47,14); }
td.TdClassName
{
border-color: #562F0E;
}
.TagClassName
{
border-color: #562F0E;
}
</style>