Shades of Baker's Chocolate #56280C
Tints of Baker's Chocolate #56280C
RGB
CMYK
RGB Variations
Color information
#56280C (or 0x56280C) is known color: Baker's Chocolate. HEX triplet: 56, 28 and 0C. RGB value is (86,40,12). Sum of RGB (Red+Green+Blue) = 86+40+12=138 (18% of max value = 765). Red value is 86 (33.98% from 255 or 62.32% from 138); Green value is 40 (16.02% from 255 or 28.99% from 138); Blue value is 12 (5.08% from 255 or 8.70% from 138); Max value from RGB is 86 - color contains mainly: red. Hex color #56280C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56280C is #A9D7F3. Grayscale: #323232. Windows color (decimal): -11130868 or 796758. OLE color: 796758.
HSL color Cylindrical-coordinate representation of color #56280C: hue angle of 22.7º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #56280C is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 40 | 12 | - |
| CMYK | 0 | 0.53 | 0.86 | 0.66 |
| HSL | 22.7º | 0.76% | 0.19% | - |
| HSV(B) | 22.7º | 0.86% | 0.34% | - |
| XYZ | 4.66 | 3.52 | 0.78 | - |
| YUV | 50.56 | 106.24 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 40 | 12 | 0 | 0.53 | 0.86 | 0.66 | 22.7 | 0.76 | 0.19 |
| Hex | 56 | 28 | C | 0 | 35 | 56 | 42 | 17 | 4C | 13 |
| Octal | 126 | 50 | 14 | 0 | 65 | 126 | 102 | 27 | 114 | 23 |
| Binary | 1010110 | 101000 | 1100 | 0 | 110101 | 1010110 | 1000010 | 10111 | 1001100 | 10011 |
Color Harmonies of #56280C
Complementary color
Monochromatic Colors of #56280C
Black with #56280C
Text Example
Text Example
White with #56280C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56280C; }
p { color: rgb(86,40,12); }
H1.HeaderClassName
{
color: #56280C;
}
.AnyTagClassName
{
color: #56280C;
}
</style>
background-color css
<style>
a { background-color: #56280C; }
a { background-color: rgb(86,40,12); }
div.DivClassName
{
background-color: #56280C;
}
.BgClassName
{
background-color: #56280C;
}
</style>
border-color css
<style>
span { border-color: #56280C; }
span { border-color: rgb(86,40,12); }
td.TdClassName
{
border-color: #56280C;
}
.TagClassName
{
border-color: #56280C;
}
</style>