Shades of Baker's Chocolate #55350E
Tints of Baker's Chocolate #55350E
RGB
CMYK
RGB Variations
Color information
#55350E (or 0x55350E) is known color: Baker's Chocolate. HEX triplet: 55, 35 and 0E. RGB value is (85,53,14). Sum of RGB (Red+Green+Blue) = 85+53+14=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 14 (5.86% from 255 or 9.21% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #55350E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55350E is #AACAF1. Grayscale: #3A3A3A. Windows color (decimal): -11193074 or 931157. OLE color: 931157.
HSL color Cylindrical-coordinate representation of color #55350E: hue angle of 32.96º 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 #55350E is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 53 | 14 | - |
| CMYK | 0 | 0.38 | 0.84 | 0.67 |
| HSL | 32.96º | 0.72% | 0.19% | - |
| HSV(B) | 32.96º | 0.84% | 0.33% | - |
| XYZ | 5.1 | 4.51 | 1.02 | - |
| YUV | 58.12 | 103.1 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 53 | 14 | 0 | 0.38 | 0.84 | 0.67 | 32.96 | 0.72 | 0.19 |
| Hex | 55 | 35 | E | 0 | 26 | 54 | 43 | 21 | 48 | 13 |
| Octal | 125 | 65 | 16 | 0 | 46 | 124 | 103 | 41 | 110 | 23 |
| Binary | 1010101 | 110101 | 1110 | 0 | 100110 | 1010100 | 1000011 | 100001 | 1001000 | 10011 |
Color Harmonies of #55350E
Complementary color
Monochromatic Colors of #55350E
Black with #55350E
Text Example
Text Example
White with #55350E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55350E; }
p { color: rgb(85,53,14); }
H1.HeaderClassName
{
color: #55350E;
}
.AnyTagClassName
{
color: #55350E;
}
</style>
background-color css
<style>
a { background-color: #55350E; }
a { background-color: rgb(85,53,14); }
div.DivClassName
{
background-color: #55350E;
}
.BgClassName
{
background-color: #55350E;
}
</style>
border-color css
<style>
span { border-color: #55350E; }
span { border-color: rgb(85,53,14); }
td.TdClassName
{
border-color: #55350E;
}
.TagClassName
{
border-color: #55350E;
}
</style>