Shades of Baker's Chocolate #55350B
Tints of Baker's Chocolate #55350B
RGB
CMYK
RGB Variations
Color information
#55350B (or 0x55350B) is known color: Baker's Chocolate. HEX triplet: 55, 35 and 0B. RGB value is (85,53,11). Sum of RGB (Red+Green+Blue) = 85+53+11=149 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.05% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 11 (4.69% from 255 or 7.38% from 149); Max value from RGB is 85 - color contains mainly: red. Hex color #55350B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55350B is #AACAF4. Grayscale: #393939. Windows color (decimal): -11193077 or 734549. OLE color: 734549.
HSL color Cylindrical-coordinate representation of color #55350B: hue angle of 34.05º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #55350B is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 53 | 11 | - |
| CMYK | 0 | 0.38 | 0.87 | 0.67 |
| HSL | 34.05º | 0.77% | 0.19% | - |
| HSV(B) | 34.05º | 0.87% | 0.33% | - |
| XYZ | 5.08 | 4.5 | 0.92 | - |
| YUV | 57.78 | 101.6 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 53 | 11 | 0 | 0.38 | 0.87 | 0.67 | 34.05 | 0.77 | 0.19 |
| Hex | 55 | 35 | B | 0 | 26 | 57 | 43 | 22 | 4D | 13 |
| Octal | 125 | 65 | 13 | 0 | 46 | 127 | 103 | 42 | 115 | 23 |
| Binary | 1010101 | 110101 | 1011 | 0 | 100110 | 1010111 | 1000011 | 100010 | 1001101 | 10011 |
Color Harmonies of #55350B
Complementary color
Monochromatic Colors of #55350B
Black with #55350B
Text Example
Text Example
White with #55350B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55350B; }
p { color: rgb(85,53,11); }
H1.HeaderClassName
{
color: #55350B;
}
.AnyTagClassName
{
color: #55350B;
}
</style>
background-color css
<style>
a { background-color: #55350B; }
a { background-color: rgb(85,53,11); }
div.DivClassName
{
background-color: #55350B;
}
.BgClassName
{
background-color: #55350B;
}
</style>
border-color css
<style>
span { border-color: #55350B; }
span { border-color: rgb(85,53,11); }
td.TdClassName
{
border-color: #55350B;
}
.TagClassName
{
border-color: #55350B;
}
</style>