Shades of Baker's Chocolate #56370F
Tints of Baker's Chocolate #56370F
RGB
CMYK
RGB Variations
Color information
#56370F (or 0x56370F) is known color: Baker's Chocolate. HEX triplet: 56, 37 and 0F. RGB value is (86,55,15). Sum of RGB (Red+Green+Blue) = 86+55+15=156 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.13% from 156); Green value is 55 (21.88% from 255 or 35.26% from 156); Blue value is 15 (6.25% from 255 or 9.62% from 156); Max value from RGB is 86 - color contains mainly: red. Hex color #56370F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56370F is #A9C8F0. Grayscale: #3B3B3B. Windows color (decimal): -11127025 or 997206. OLE color: 997206.
HSL color Cylindrical-coordinate representation of color #56370F: hue angle of 33.8º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #56370F is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 55 | 15 | - |
| CMYK | 0 | 0.36 | 0.83 | 0.66 |
| HSL | 33.8º | 0.7% | 0.2% | - |
| HSV(B) | 33.8º | 0.83% | 0.34% | - |
| XYZ | 5.29 | 4.75 | 1.09 | - |
| YUV | 59.71 | 102.77 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 55 | 15 | 0 | 0.36 | 0.83 | 0.66 | 33.8 | 0.7 | 0.2 |
| Hex | 56 | 37 | F | 0 | 24 | 53 | 42 | 22 | 46 | 14 |
| Octal | 126 | 67 | 17 | 0 | 44 | 123 | 102 | 42 | 106 | 24 |
| Binary | 1010110 | 110111 | 1111 | 0 | 100100 | 1010011 | 1000010 | 100010 | 1000110 | 10100 |
Color Harmonies of #56370F
Complementary color
Monochromatic Colors of #56370F
Black with #56370F
Text Example
Text Example
White with #56370F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56370F; }
p { color: rgb(86,55,15); }
H1.HeaderClassName
{
color: #56370F;
}
.AnyTagClassName
{
color: #56370F;
}
</style>
background-color css
<style>
a { background-color: #56370F; }
a { background-color: rgb(86,55,15); }
div.DivClassName
{
background-color: #56370F;
}
.BgClassName
{
background-color: #56370F;
}
</style>
border-color css
<style>
span { border-color: #56370F; }
span { border-color: rgb(86,55,15); }
td.TdClassName
{
border-color: #56370F;
}
.TagClassName
{
border-color: #56370F;
}
</style>