Shades of Baker's Chocolate #55350D
Tints of Baker's Chocolate #55350D
RGB
CMYK
RGB Variations
Color information
#55350D (or 0x55350D) is known color: Baker's Chocolate. HEX triplet: 55, 35 and 0D. RGB value is (85,53,13). Sum of RGB (Red+Green+Blue) = 85+53+13=151 (20% of max value = 765). Red value is 85 (33.59% from 255 or 56.29% from 151); Green value is 53 (21.09% from 255 or 35.10% from 151); Blue value is 13 (5.47% from 255 or 8.61% from 151); Max value from RGB is 85 - color contains mainly: red. Hex color #55350D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55350D is #AACAF2. Grayscale: #3A3A3A. Windows color (decimal): -11193075 or 865621. OLE color: 865621.
HSL color Cylindrical-coordinate representation of color #55350D: hue angle of 33.33º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #55350D is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 53 | 13 | - |
| CMYK | 0 | 0.38 | 0.85 | 0.67 |
| HSL | 33.33º | 0.73% | 0.19% | - |
| HSV(B) | 33.33º | 0.85% | 0.33% | - |
| XYZ | 5.09 | 4.51 | 0.98 | - |
| YUV | 58.01 | 102.6 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 53 | 13 | 0 | 0.38 | 0.85 | 0.67 | 33.33 | 0.73 | 0.19 |
| Hex | 55 | 35 | D | 0 | 26 | 55 | 43 | 21 | 49 | 13 |
| Octal | 125 | 65 | 15 | 0 | 46 | 125 | 103 | 41 | 111 | 23 |
| Binary | 1010101 | 110101 | 1101 | 0 | 100110 | 1010101 | 1000011 | 100001 | 1001001 | 10011 |
Color Harmonies of #55350D
Complementary color
Monochromatic Colors of #55350D
Black with #55350D
Text Example
Text Example
White with #55350D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55350D; }
p { color: rgb(85,53,13); }
H1.HeaderClassName
{
color: #55350D;
}
.AnyTagClassName
{
color: #55350D;
}
</style>
background-color css
<style>
a { background-color: #55350D; }
a { background-color: rgb(85,53,13); }
div.DivClassName
{
background-color: #55350D;
}
.BgClassName
{
background-color: #55350D;
}
</style>
border-color css
<style>
span { border-color: #55350D; }
span { border-color: rgb(85,53,13); }
td.TdClassName
{
border-color: #55350D;
}
.TagClassName
{
border-color: #55350D;
}
</style>