Shades of Baker's Chocolate #56350E
Tints of Baker's Chocolate #56350E
RGB
CMYK
RGB Variations
Color information
#56350E (or 0x56350E) is known color: Baker's Chocolate. HEX triplet: 56, 35 and 0E. RGB value is (86,53,14). Sum of RGB (Red+Green+Blue) = 86+53+14=153 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.21% from 153); Green value is 53 (21.09% from 255 or 34.64% from 153); Blue value is 14 (5.86% from 255 or 9.15% from 153); Max value from RGB is 86 - color contains mainly: red. Hex color #56350E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56350E is #A9CAF1. Grayscale: #3A3A3A. Windows color (decimal): -11127538 or 931158. OLE color: 931158.
HSL color Cylindrical-coordinate representation of color #56350E: hue angle of 32.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 #56350E is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 53 | 14 | - |
| CMYK | 0 | 0.38 | 0.84 | 0.66 |
| HSL | 32.5º | 0.72% | 0.2% | - |
| HSV(B) | 32.5º | 0.84% | 0.34% | - |
| XYZ | 5.19 | 4.56 | 1.02 | - |
| YUV | 58.42 | 102.93 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 53 | 14 | 0 | 0.38 | 0.84 | 0.66 | 32.5 | 0.72 | 0.2 |
| Hex | 56 | 35 | E | 0 | 26 | 54 | 42 | 20 | 48 | 14 |
| Octal | 126 | 65 | 16 | 0 | 46 | 124 | 102 | 40 | 110 | 24 |
| Binary | 1010110 | 110101 | 1110 | 0 | 100110 | 1010100 | 1000010 | 100000 | 1001000 | 10100 |
Color Harmonies of #56350E
Complementary color
Monochromatic Colors of #56350E
Black with #56350E
Text Example
Text Example
White with #56350E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56350E; }
p { color: rgb(86,53,14); }
H1.HeaderClassName
{
color: #56350E;
}
.AnyTagClassName
{
color: #56350E;
}
</style>
background-color css
<style>
a { background-color: #56350E; }
a { background-color: rgb(86,53,14); }
div.DivClassName
{
background-color: #56350E;
}
.BgClassName
{
background-color: #56350E;
}
</style>
border-color css
<style>
span { border-color: #56350E; }
span { border-color: rgb(86,53,14); }
td.TdClassName
{
border-color: #56350E;
}
.TagClassName
{
border-color: #56350E;
}
</style>