Shades of Baker's Chocolate #55200A
Tints of Baker's Chocolate #55200A
RGB
CMYK
RGB Variations
Color information
#55200A (or 0x55200A) is known color: Baker's Chocolate. HEX triplet: 55, 20 and 0A. RGB value is (85,32,10). Sum of RGB (Red+Green+Blue) = 85+32+10=127 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.93% from 127); Green value is 32 (12.89% from 255 or 25.20% from 127); Blue value is 10 (4.30% from 255 or 7.87% from 127); Max value from RGB is 85 - color contains mainly: red. Hex color #55200A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55200A is #AADFF5. Grayscale: #2D2D2D. Windows color (decimal): -11198454 or 663637. OLE color: 663637.
HSL color Cylindrical-coordinate representation of color #55200A: hue angle of 17.6º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #55200A is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 32 | 10 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.67 |
| HSL | 17.6º | 0.79% | 0.19% | - |
| HSV(B) | 17.6º | 0.88% | 0.33% | - |
| XYZ | 4.32 | 2.99 | 0.64 | - |
| YUV | 45.34 | 108.06 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 32 | 10 | 0 | 0.62 | 0.88 | 0.67 | 17.6 | 0.79 | 0.19 |
| Hex | 55 | 20 | A | 0 | 3E | 58 | 43 | 12 | 4F | 13 |
| Octal | 125 | 40 | 12 | 0 | 76 | 130 | 103 | 22 | 117 | 23 |
| Binary | 1010101 | 100000 | 1010 | 0 | 111110 | 1011000 | 1000011 | 10010 | 1001111 | 10011 |
Color Harmonies of #55200A
Complementary color
Monochromatic Colors of #55200A
Black with #55200A
Text Example
Text Example
White with #55200A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55200A; }
p { color: rgb(85,32,10); }
H1.HeaderClassName
{
color: #55200A;
}
.AnyTagClassName
{
color: #55200A;
}
</style>
background-color css
<style>
a { background-color: #55200A; }
a { background-color: rgb(85,32,10); }
div.DivClassName
{
background-color: #55200A;
}
.BgClassName
{
background-color: #55200A;
}
</style>
border-color css
<style>
span { border-color: #55200A; }
span { border-color: rgb(85,32,10); }
td.TdClassName
{
border-color: #55200A;
}
.TagClassName
{
border-color: #55200A;
}
</style>