Shades of Baker's Chocolate #55370E
Tints of Baker's Chocolate #55370E
RGB
CMYK
RGB Variations
Color information
#55370E (or 0x55370E) is known color: Baker's Chocolate. HEX triplet: 55, 37 and 0E. RGB value is (85,55,14). Sum of RGB (Red+Green+Blue) = 85+55+14=154 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.19% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 14 (5.86% from 255 or 9.09% from 154); Max value from RGB is 85 - color contains mainly: red. Hex color #55370E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55370E is #AAC8F1. Grayscale: #3B3B3B. Windows color (decimal): -11192562 or 931669. OLE color: 931669.
HSL color Cylindrical-coordinate representation of color #55370E: hue angle of 34.65º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55370E is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 55 | 14 | - |
| CMYK | 0 | 0.35 | 0.84 | 0.67 |
| HSL | 34.65º | 0.72% | 0.19% | - |
| HSV(B) | 34.65º | 0.84% | 0.33% | - |
| XYZ | 5.19 | 4.7 | 1.05 | - |
| YUV | 59.3 | 102.44 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 55 | 14 | 0 | 0.35 | 0.84 | 0.67 | 34.65 | 0.72 | 0.19 |
| Hex | 55 | 37 | E | 0 | 23 | 54 | 43 | 23 | 48 | 13 |
| Octal | 125 | 67 | 16 | 0 | 43 | 124 | 103 | 43 | 110 | 23 |
| Binary | 1010101 | 110111 | 1110 | 0 | 100011 | 1010100 | 1000011 | 100011 | 1001000 | 10011 |
Color Harmonies of #55370E
Complementary color
Monochromatic Colors of #55370E
Black with #55370E
Text Example
Text Example
White with #55370E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55370E; }
p { color: rgb(85,55,14); }
H1.HeaderClassName
{
color: #55370E;
}
.AnyTagClassName
{
color: #55370E;
}
</style>
background-color css
<style>
a { background-color: #55370E; }
a { background-color: rgb(85,55,14); }
div.DivClassName
{
background-color: #55370E;
}
.BgClassName
{
background-color: #55370E;
}
</style>
border-color css
<style>
span { border-color: #55370E; }
span { border-color: rgb(85,55,14); }
td.TdClassName
{
border-color: #55370E;
}
.TagClassName
{
border-color: #55370E;
}
</style>