Shades of Baker's Chocolate #55220B
Tints of Baker's Chocolate #55220B
RGB
CMYK
RGB Variations
Color information
#55220B (or 0x55220B) is known color: Baker's Chocolate. HEX triplet: 55, 22 and 0B. RGB value is (85,34,11). Sum of RGB (Red+Green+Blue) = 85+34+11=130 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.38% from 130); Green value is 34 (13.67% from 255 or 26.15% from 130); Blue value is 11 (4.69% from 255 or 8.46% from 130); Max value from RGB is 85 - color contains mainly: red. Hex color #55220B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55220B is #AADDF4. Grayscale: #2E2E2E. Windows color (decimal): -11197941 or 729685. OLE color: 729685.
HSL color Cylindrical-coordinate representation of color #55220B: hue angle of 18.65º 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 #55220B is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 34 | 11 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.67 |
| HSL | 18.65º | 0.77% | 0.19% | - |
| HSV(B) | 18.65º | 0.87% | 0.33% | - |
| XYZ | 4.38 | 3.1 | 0.68 | - |
| YUV | 46.63 | 107.9 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 34 | 11 | 0 | 0.60 | 0.87 | 0.67 | 18.65 | 0.77 | 0.19 |
| Hex | 55 | 22 | B | 0 | 3C | 57 | 43 | 13 | 4D | 13 |
| Octal | 125 | 42 | 13 | 0 | 74 | 127 | 103 | 23 | 115 | 23 |
| Binary | 1010101 | 100010 | 1011 | 0 | 111100 | 1010111 | 1000011 | 10011 | 1001101 | 10011 |
Color Harmonies of #55220B
Complementary color
Monochromatic Colors of #55220B
Black with #55220B
Text Example
Text Example
White with #55220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55220B; }
p { color: rgb(85,34,11); }
H1.HeaderClassName
{
color: #55220B;
}
.AnyTagClassName
{
color: #55220B;
}
</style>
background-color css
<style>
a { background-color: #55220B; }
a { background-color: rgb(85,34,11); }
div.DivClassName
{
background-color: #55220B;
}
.BgClassName
{
background-color: #55220B;
}
</style>
border-color css
<style>
span { border-color: #55220B; }
span { border-color: rgb(85,34,11); }
td.TdClassName
{
border-color: #55220B;
}
.TagClassName
{
border-color: #55220B;
}
</style>