Shades of Baker's Chocolate #56240C
Tints of Baker's Chocolate #56240C
RGB
CMYK
RGB Variations
Color information
#56240C (or 0x56240C) is known color: Baker's Chocolate. HEX triplet: 56, 24 and 0C. RGB value is (86,36,12). Sum of RGB (Red+Green+Blue) = 86+36+12=134 (17% of max value = 765). Red value is 86 (33.98% from 255 or 64.18% from 134); Green value is 36 (14.45% from 255 or 26.87% from 134); Blue value is 12 (5.08% from 255 or 8.96% from 134); Max value from RGB is 86 - color contains mainly: red. Hex color #56240C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56240C is #A9DBF3. Grayscale: #303030. Windows color (decimal): -11131892 or 795734. OLE color: 795734.
HSL color Cylindrical-coordinate representation of color #56240C: hue angle of 19.46º 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 #56240C is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 36 | 12 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.66 |
| HSL | 19.46º | 0.76% | 0.19% | - |
| HSV(B) | 19.46º | 0.86% | 0.34% | - |
| XYZ | 4.53 | 3.27 | 0.74 | - |
| YUV | 48.21 | 107.57 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 36 | 12 | 0 | 0.58 | 0.86 | 0.66 | 19.46 | 0.76 | 0.19 |
| Hex | 56 | 24 | C | 0 | 3A | 56 | 42 | 13 | 4C | 13 |
| Octal | 126 | 44 | 14 | 0 | 72 | 126 | 102 | 23 | 114 | 23 |
| Binary | 1010110 | 100100 | 1100 | 0 | 111010 | 1010110 | 1000010 | 10011 | 1001100 | 10011 |
Color Harmonies of #56240C
Complementary color
Monochromatic Colors of #56240C
Black with #56240C
Text Example
Text Example
White with #56240C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56240C; }
p { color: rgb(86,36,12); }
H1.HeaderClassName
{
color: #56240C;
}
.AnyTagClassName
{
color: #56240C;
}
</style>
background-color css
<style>
a { background-color: #56240C; }
a { background-color: rgb(86,36,12); }
div.DivClassName
{
background-color: #56240C;
}
.BgClassName
{
background-color: #56240C;
}
</style>
border-color css
<style>
span { border-color: #56240C; }
span { border-color: rgb(86,36,12); }
td.TdClassName
{
border-color: #56240C;
}
.TagClassName
{
border-color: #56240C;
}
</style>