Shades of Baker's Chocolate #55260E
Tints of Baker's Chocolate #55260E
RGB
CMYK
RGB Variations
Color information
#55260E (or 0x55260E) is known color: Baker's Chocolate. HEX triplet: 55, 26 and 0E. RGB value is (85,38,14). Sum of RGB (Red+Green+Blue) = 85+38+14=137 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.04% from 137); Green value is 38 (15.23% from 255 or 27.74% from 137); Blue value is 14 (5.86% from 255 or 10.22% from 137); Max value from RGB is 85 - color contains mainly: red. Hex color #55260E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55260E is #AAD9F1. Grayscale: #313131. Windows color (decimal): -11196914 or 927317. OLE color: 927317.
HSL color Cylindrical-coordinate representation of color #55260E: hue angle of 20.28º 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 #55260E is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 38 | 14 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.67 |
| HSL | 20.28º | 0.72% | 0.19% | - |
| HSV(B) | 20.28º | 0.84% | 0.33% | - |
| XYZ | 4.52 | 3.35 | 0.82 | - |
| YUV | 49.32 | 108.07 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 38 | 14 | 0 | 0.55 | 0.84 | 0.67 | 20.28 | 0.72 | 0.19 |
| Hex | 55 | 26 | E | 0 | 37 | 54 | 43 | 14 | 48 | 13 |
| Octal | 125 | 46 | 16 | 0 | 67 | 124 | 103 | 24 | 110 | 23 |
| Binary | 1010101 | 100110 | 1110 | 0 | 110111 | 1010100 | 1000011 | 10100 | 1001000 | 10011 |
Color Harmonies of #55260E
Complementary color
Monochromatic Colors of #55260E
Black with #55260E
Text Example
Text Example
White with #55260E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55260E; }
p { color: rgb(85,38,14); }
H1.HeaderClassName
{
color: #55260E;
}
.AnyTagClassName
{
color: #55260E;
}
</style>
background-color css
<style>
a { background-color: #55260E; }
a { background-color: rgb(85,38,14); }
div.DivClassName
{
background-color: #55260E;
}
.BgClassName
{
background-color: #55260E;
}
</style>
border-color css
<style>
span { border-color: #55260E; }
span { border-color: rgb(85,38,14); }
td.TdClassName
{
border-color: #55260E;
}
.TagClassName
{
border-color: #55260E;
}
</style>