Shades of Baker's Chocolate #55240E
Tints of Baker's Chocolate #55240E
RGB
CMYK
RGB Variations
Color information
#55240E (or 0x55240E) is known color: Baker's Chocolate. HEX triplet: 55, 24 and 0E. RGB value is (85,36,14). Sum of RGB (Red+Green+Blue) = 85+36+14=135 (17% of max value = 765). Red value is 85 (33.59% from 255 or 62.96% from 135); Green value is 36 (14.45% from 255 or 26.67% from 135); Blue value is 14 (5.86% from 255 or 10.37% from 135); Max value from RGB is 85 - color contains mainly: red. Hex color #55240E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55240E is #AADBF1. Grayscale: #303030. Windows color (decimal): -11197426 or 926805. OLE color: 926805.
HSL color Cylindrical-coordinate representation of color #55240E: hue angle of 18.59º 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 #55240E is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 36 | 14 | - |
| CMYK | 0 | 0.58 | 0.84 | 0.67 |
| HSL | 18.59º | 0.72% | 0.19% | - |
| HSV(B) | 18.59º | 0.84% | 0.33% | - |
| XYZ | 4.46 | 3.22 | 0.8 | - |
| YUV | 48.14 | 108.73 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 36 | 14 | 0 | 0.58 | 0.84 | 0.67 | 18.59 | 0.72 | 0.19 |
| Hex | 55 | 24 | E | 0 | 3A | 54 | 43 | 13 | 48 | 13 |
| Octal | 125 | 44 | 16 | 0 | 72 | 124 | 103 | 23 | 110 | 23 |
| Binary | 1010101 | 100100 | 1110 | 0 | 111010 | 1010100 | 1000011 | 10011 | 1001000 | 10011 |
Color Harmonies of #55240E
Complementary color
Monochromatic Colors of #55240E
Black with #55240E
Text Example
Text Example
White with #55240E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55240E; }
p { color: rgb(85,36,14); }
H1.HeaderClassName
{
color: #55240E;
}
.AnyTagClassName
{
color: #55240E;
}
</style>
background-color css
<style>
a { background-color: #55240E; }
a { background-color: rgb(85,36,14); }
div.DivClassName
{
background-color: #55240E;
}
.BgClassName
{
background-color: #55240E;
}
</style>
border-color css
<style>
span { border-color: #55240E; }
span { border-color: rgb(85,36,14); }
td.TdClassName
{
border-color: #55240E;
}
.TagClassName
{
border-color: #55240E;
}
</style>