Shades of Baker's Chocolate #562E0E
Tints of Baker's Chocolate #562E0E
RGB
CMYK
RGB Variations
Color information
#562E0E (or 0x562E0E) is known color: Baker's Chocolate. HEX triplet: 56, 2E and 0E. RGB value is (86,46,14). Sum of RGB (Red+Green+Blue) = 86+46+14=146 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.90% from 146); Green value is 46 (18.36% from 255 or 31.51% from 146); Blue value is 14 (5.86% from 255 or 9.59% from 146); Max value from RGB is 86 - color contains mainly: red. Hex color #562E0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562E0E is #A9D1F1. Grayscale: #363636. Windows color (decimal): -11129330 or 929366. OLE color: 929366.
HSL color Cylindrical-coordinate representation of color #562E0E: hue angle of 26.67º 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 #562E0E is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 46 | 14 | - |
| CMYK | 0 | 0.47 | 0.84 | 0.66 |
| HSL | 26.67º | 0.72% | 0.2% | - |
| HSV(B) | 26.67º | 0.84% | 0.34% | - |
| XYZ | 4.89 | 3.96 | 0.92 | - |
| YUV | 54.31 | 105.25 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 46 | 14 | 0 | 0.47 | 0.84 | 0.66 | 26.67 | 0.72 | 0.2 |
| Hex | 56 | 2E | E | 0 | 2F | 54 | 42 | 1B | 48 | 14 |
| Octal | 126 | 56 | 16 | 0 | 57 | 124 | 102 | 33 | 110 | 24 |
| Binary | 1010110 | 101110 | 1110 | 0 | 101111 | 1010100 | 1000010 | 11011 | 1001000 | 10100 |
Color Harmonies of #562E0E
Complementary color
Monochromatic Colors of #562E0E
Black with #562E0E
Text Example
Text Example
White with #562E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562E0E; }
p { color: rgb(86,46,14); }
H1.HeaderClassName
{
color: #562E0E;
}
.AnyTagClassName
{
color: #562E0E;
}
</style>
background-color css
<style>
a { background-color: #562E0E; }
a { background-color: rgb(86,46,14); }
div.DivClassName
{
background-color: #562E0E;
}
.BgClassName
{
background-color: #562E0E;
}
</style>
border-color css
<style>
span { border-color: #562E0E; }
span { border-color: rgb(86,46,14); }
td.TdClassName
{
border-color: #562E0E;
}
.TagClassName
{
border-color: #562E0E;
}
</style>