Shades of Baker's Chocolate #56220E
Tints of Baker's Chocolate #56220E
RGB
CMYK
RGB Variations
Color information
#56220E (or 0x56220E) is known color: Baker's Chocolate. HEX triplet: 56, 22 and 0E. RGB value is (86,34,14). Sum of RGB (Red+Green+Blue) = 86+34+14=134 (17% of max value = 765). Red value is 86 (33.98% from 255 or 64.18% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 14 (5.86% from 255 or 10.45% from 134); Max value from RGB is 86 - color contains mainly: red. Hex color #56220E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56220E is #A9DDF1. Grayscale: #2F2F2F. Windows color (decimal): -11132402 or 926294. OLE color: 926294.
HSL color Cylindrical-coordinate representation of color #56220E: hue angle of 16.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 #56220E is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 34 | 14 | - |
| CMYK | 0 | 0.60 | 0.84 | 0.66 |
| HSL | 16.67º | 0.72% | 0.2% | - |
| HSV(B) | 16.67º | 0.84% | 0.34% | - |
| XYZ | 4.49 | 3.15 | 0.79 | - |
| YUV | 47.27 | 109.23 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 34 | 14 | 0 | 0.60 | 0.84 | 0.66 | 16.67 | 0.72 | 0.2 |
| Hex | 56 | 22 | E | 0 | 3C | 54 | 42 | 11 | 48 | 14 |
| Octal | 126 | 42 | 16 | 0 | 74 | 124 | 102 | 21 | 110 | 24 |
| Binary | 1010110 | 100010 | 1110 | 0 | 111100 | 1010100 | 1000010 | 10001 | 1001000 | 10100 |
Color Harmonies of #56220E
Complementary color
Monochromatic Colors of #56220E
Black with #56220E
Text Example
Text Example
White with #56220E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56220E; }
p { color: rgb(86,34,14); }
H1.HeaderClassName
{
color: #56220E;
}
.AnyTagClassName
{
color: #56220E;
}
</style>
background-color css
<style>
a { background-color: #56220E; }
a { background-color: rgb(86,34,14); }
div.DivClassName
{
background-color: #56220E;
}
.BgClassName
{
background-color: #56220E;
}
</style>
border-color css
<style>
span { border-color: #56220E; }
span { border-color: rgb(86,34,14); }
td.TdClassName
{
border-color: #56220E;
}
.TagClassName
{
border-color: #56220E;
}
</style>