Shades of Baker's Chocolate #56350C
Tints of Baker's Chocolate #56350C
RGB
CMYK
RGB Variations
Color information
#56350C (or 0x56350C) is known color: Baker's Chocolate. HEX triplet: 56, 35 and 0C. RGB value is (86,53,12). Sum of RGB (Red+Green+Blue) = 86+53+12=151 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.95% from 151); Green value is 53 (21.09% from 255 or 35.10% from 151); Blue value is 12 (5.08% from 255 or 7.95% from 151); Max value from RGB is 86 - color contains mainly: red. Hex color #56350C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56350C is #A9CAF3. Grayscale: #3A3A3A. Windows color (decimal): -11127540 or 800086. OLE color: 800086.
HSL color Cylindrical-coordinate representation of color #56350C: hue angle of 33.24º 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 #56350C is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 53 | 12 | - |
| CMYK | 0 | 0.38 | 0.86 | 0.66 |
| HSL | 33.24º | 0.76% | 0.19% | - |
| HSV(B) | 33.24º | 0.86% | 0.34% | - |
| XYZ | 5.18 | 4.55 | 0.95 | - |
| YUV | 58.19 | 101.93 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 53 | 12 | 0 | 0.38 | 0.86 | 0.66 | 33.24 | 0.76 | 0.19 |
| Hex | 56 | 35 | C | 0 | 26 | 56 | 42 | 21 | 4C | 13 |
| Octal | 126 | 65 | 14 | 0 | 46 | 126 | 102 | 41 | 114 | 23 |
| Binary | 1010110 | 110101 | 1100 | 0 | 100110 | 1010110 | 1000010 | 100001 | 1001100 | 10011 |
Color Harmonies of #56350C
Complementary color
Monochromatic Colors of #56350C
Black with #56350C
Text Example
Text Example
White with #56350C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56350C; }
p { color: rgb(86,53,12); }
H1.HeaderClassName
{
color: #56350C;
}
.AnyTagClassName
{
color: #56350C;
}
</style>
background-color css
<style>
a { background-color: #56350C; }
a { background-color: rgb(86,53,12); }
div.DivClassName
{
background-color: #56350C;
}
.BgClassName
{
background-color: #56350C;
}
</style>
border-color css
<style>
span { border-color: #56350C; }
span { border-color: rgb(86,53,12); }
td.TdClassName
{
border-color: #56350C;
}
.TagClassName
{
border-color: #56350C;
}
</style>