Shades of Baker's Chocolate #56280E
Tints of Baker's Chocolate #56280E
RGB
CMYK
RGB Variations
Color information
#56280E (or 0x56280E) is known color: Baker's Chocolate. HEX triplet: 56, 28 and 0E. RGB value is (86,40,14). Sum of RGB (Red+Green+Blue) = 86+40+14=140 (18% of max value = 765). Red value is 86 (33.98% from 255 or 61.43% from 140); Green value is 40 (16.02% from 255 or 28.57% from 140); Blue value is 14 (5.86% from 255 or 10% from 140); Max value from RGB is 86 - color contains mainly: red. Hex color #56280E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56280E is #A9D7F1. Grayscale: #323232. Windows color (decimal): -11130866 or 927830. OLE color: 927830.
HSL color Cylindrical-coordinate representation of color #56280E: hue angle of 21.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 #56280E is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 40 | 14 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.66 |
| HSL | 21.67º | 0.72% | 0.2% | - |
| HSV(B) | 21.67º | 0.84% | 0.34% | - |
| XYZ | 4.68 | 3.53 | 0.85 | - |
| YUV | 50.79 | 107.24 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 40 | 14 | 0 | 0.53 | 0.84 | 0.66 | 21.67 | 0.72 | 0.2 |
| Hex | 56 | 28 | E | 0 | 35 | 54 | 42 | 16 | 48 | 14 |
| Octal | 126 | 50 | 16 | 0 | 65 | 124 | 102 | 26 | 110 | 24 |
| Binary | 1010110 | 101000 | 1110 | 0 | 110101 | 1010100 | 1000010 | 10110 | 1001000 | 10100 |
Color Harmonies of #56280E
Complementary color
Monochromatic Colors of #56280E
Black with #56280E
Text Example
Text Example
White with #56280E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56280E; }
p { color: rgb(86,40,14); }
H1.HeaderClassName
{
color: #56280E;
}
.AnyTagClassName
{
color: #56280E;
}
</style>
background-color css
<style>
a { background-color: #56280E; }
a { background-color: rgb(86,40,14); }
div.DivClassName
{
background-color: #56280E;
}
.BgClassName
{
background-color: #56280E;
}
</style>
border-color css
<style>
span { border-color: #56280E; }
span { border-color: rgb(86,40,14); }
td.TdClassName
{
border-color: #56280E;
}
.TagClassName
{
border-color: #56280E;
}
</style>