Shades of Baker's Chocolate #55200B
Tints of Baker's Chocolate #55200B
RGB
CMYK
RGB Variations
Color information
#55200B (or 0x55200B) is known color: Baker's Chocolate. HEX triplet: 55, 20 and 0B. RGB value is (85,32,11). Sum of RGB (Red+Green+Blue) = 85+32+11=128 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.41% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 11 (4.69% from 255 or 8.59% from 128); Max value from RGB is 85 - color contains mainly: red. Hex color #55200B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55200B is #AADFF4. Grayscale: #2D2D2D. Windows color (decimal): -11198453 or 729173. OLE color: 729173.
HSL color Cylindrical-coordinate representation of color #55200B: hue angle of 17.03º 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 #55200B is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 32 | 11 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.67 |
| HSL | 17.03º | 0.77% | 0.19% | - |
| HSV(B) | 17.03º | 0.87% | 0.33% | - |
| XYZ | 4.32 | 2.99 | 0.67 | - |
| YUV | 45.45 | 108.56 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 32 | 11 | 0 | 0.62 | 0.87 | 0.67 | 17.03 | 0.77 | 0.19 |
| Hex | 55 | 20 | B | 0 | 3E | 57 | 43 | 11 | 4D | 13 |
| Octal | 125 | 40 | 13 | 0 | 76 | 127 | 103 | 21 | 115 | 23 |
| Binary | 1010101 | 100000 | 1011 | 0 | 111110 | 1010111 | 1000011 | 10001 | 1001101 | 10011 |
Color Harmonies of #55200B
Complementary color
Monochromatic Colors of #55200B
Black with #55200B
Text Example
Text Example
White with #55200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55200B; }
p { color: rgb(85,32,11); }
H1.HeaderClassName
{
color: #55200B;
}
.AnyTagClassName
{
color: #55200B;
}
</style>
background-color css
<style>
a { background-color: #55200B; }
a { background-color: rgb(85,32,11); }
div.DivClassName
{
background-color: #55200B;
}
.BgClassName
{
background-color: #55200B;
}
</style>
border-color css
<style>
span { border-color: #55200B; }
span { border-color: rgb(85,32,11); }
td.TdClassName
{
border-color: #55200B;
}
.TagClassName
{
border-color: #55200B;
}
</style>