Shades of Baker's Chocolate #56360E
Tints of Baker's Chocolate #56360E
RGB
CMYK
RGB Variations
Color information
#56360E (or 0x56360E) is known color: Baker's Chocolate. HEX triplet: 56, 36 and 0E. RGB value is (86,54,14). Sum of RGB (Red+Green+Blue) = 86+54+14=154 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.84% from 154); Green value is 54 (21.48% from 255 or 35.06% from 154); Blue value is 14 (5.86% from 255 or 9.09% from 154); Max value from RGB is 86 - color contains mainly: red. Hex color #56360E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56360E is #A9C9F1. Grayscale: #3B3B3B. Windows color (decimal): -11127282 or 931414. OLE color: 931414.
HSL color Cylindrical-coordinate representation of color #56360E: hue angle of 33.33º 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 #56360E is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 54 | 14 | - |
| CMYK | 0 | 0.37 | 0.84 | 0.66 |
| HSL | 33.33º | 0.72% | 0.2% | - |
| HSV(B) | 33.33º | 0.84% | 0.34% | - |
| XYZ | 5.24 | 4.65 | 1.04 | - |
| YUV | 59.01 | 102.6 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 54 | 14 | 0 | 0.37 | 0.84 | 0.66 | 33.33 | 0.72 | 0.2 |
| Hex | 56 | 36 | E | 0 | 25 | 54 | 42 | 21 | 48 | 14 |
| Octal | 126 | 66 | 16 | 0 | 45 | 124 | 102 | 41 | 110 | 24 |
| Binary | 1010110 | 110110 | 1110 | 0 | 100101 | 1010100 | 1000010 | 100001 | 1001000 | 10100 |
Color Harmonies of #56360E
Complementary color
Monochromatic Colors of #56360E
Black with #56360E
Text Example
Text Example
White with #56360E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56360E; }
p { color: rgb(86,54,14); }
H1.HeaderClassName
{
color: #56360E;
}
.AnyTagClassName
{
color: #56360E;
}
</style>
background-color css
<style>
a { background-color: #56360E; }
a { background-color: rgb(86,54,14); }
div.DivClassName
{
background-color: #56360E;
}
.BgClassName
{
background-color: #56360E;
}
</style>
border-color css
<style>
span { border-color: #56360E; }
span { border-color: rgb(86,54,14); }
td.TdClassName
{
border-color: #56360E;
}
.TagClassName
{
border-color: #56360E;
}
</style>