Shades of Baker's Chocolate #56310C
Tints of Baker's Chocolate #56310C
RGB
CMYK
RGB Variations
Color information
#56310C (or 0x56310C) is known color: Baker's Chocolate. HEX triplet: 56, 31 and 0C. RGB value is (86,49,12). Sum of RGB (Red+Green+Blue) = 86+49+12=147 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.50% from 147); Green value is 49 (19.53% from 255 or 33.33% from 147); Blue value is 12 (5.08% from 255 or 8.16% from 147); Max value from RGB is 86 - color contains mainly: red. Hex color #56310C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56310C is #A9CEF3. Grayscale: #383838. Windows color (decimal): -11128564 or 799062. OLE color: 799062.
HSL color Cylindrical-coordinate representation of color #56310C: hue angle of 30º 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 #56310C is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 49 | 12 | - |
| CMYK | 0 | 0.43 | 0.86 | 0.66 |
| HSL | 30º | 0.76% | 0.19% | - |
| HSV(B) | 30º | 0.86% | 0.34% | - |
| XYZ | 5 | 4.2 | 0.9 | - |
| YUV | 55.85 | 103.26 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 49 | 12 | 0 | 0.43 | 0.86 | 0.66 | 30 | 0.76 | 0.19 |
| Hex | 56 | 31 | C | 0 | 2B | 56 | 42 | 1E | 4C | 13 |
| Octal | 126 | 61 | 14 | 0 | 53 | 126 | 102 | 36 | 114 | 23 |
| Binary | 1010110 | 110001 | 1100 | 0 | 101011 | 1010110 | 1000010 | 11110 | 1001100 | 10011 |
Color Harmonies of #56310C
Complementary color
Monochromatic Colors of #56310C
Black with #56310C
Text Example
Text Example
White with #56310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56310C; }
p { color: rgb(86,49,12); }
H1.HeaderClassName
{
color: #56310C;
}
.AnyTagClassName
{
color: #56310C;
}
</style>
background-color css
<style>
a { background-color: #56310C; }
a { background-color: rgb(86,49,12); }
div.DivClassName
{
background-color: #56310C;
}
.BgClassName
{
background-color: #56310C;
}
</style>
border-color css
<style>
span { border-color: #56310C; }
span { border-color: rgb(86,49,12); }
td.TdClassName
{
border-color: #56310C;
}
.TagClassName
{
border-color: #56310C;
}
</style>