Shades of Baker's Chocolate #55370B
Tints of Baker's Chocolate #55370B
RGB
CMYK
RGB Variations
Color information
#55370B (or 0x55370B) is known color: Baker's Chocolate. HEX triplet: 55, 37 and 0B. RGB value is (85,55,11). Sum of RGB (Red+Green+Blue) = 85+55+11=151 (20% of max value = 765). Red value is 85 (33.59% from 255 or 56.29% from 151); Green value is 55 (21.88% from 255 or 36.42% from 151); Blue value is 11 (4.69% from 255 or 7.28% from 151); Max value from RGB is 85 - color contains mainly: red. Hex color #55370B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55370B is #AAC8F4. Grayscale: #3B3B3B. Windows color (decimal): -11192565 or 735061. OLE color: 735061.
HSL color Cylindrical-coordinate representation of color #55370B: hue angle of 35.68º 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 #55370B is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 55 | 11 | - |
| CMYK | 0 | 0.35 | 0.87 | 0.67 |
| HSL | 35.68º | 0.77% | 0.19% | - |
| HSV(B) | 35.68º | 0.87% | 0.33% | - |
| XYZ | 5.17 | 4.69 | 0.95 | - |
| YUV | 58.95 | 100.94 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 55 | 11 | 0 | 0.35 | 0.87 | 0.67 | 35.68 | 0.77 | 0.19 |
| Hex | 55 | 37 | B | 0 | 23 | 57 | 43 | 24 | 4D | 13 |
| Octal | 125 | 67 | 13 | 0 | 43 | 127 | 103 | 44 | 115 | 23 |
| Binary | 1010101 | 110111 | 1011 | 0 | 100011 | 1010111 | 1000011 | 100100 | 1001101 | 10011 |
Color Harmonies of #55370B
Complementary color
Monochromatic Colors of #55370B
Black with #55370B
Text Example
Text Example
White with #55370B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55370B; }
p { color: rgb(85,55,11); }
H1.HeaderClassName
{
color: #55370B;
}
.AnyTagClassName
{
color: #55370B;
}
</style>
background-color css
<style>
a { background-color: #55370B; }
a { background-color: rgb(85,55,11); }
div.DivClassName
{
background-color: #55370B;
}
.BgClassName
{
background-color: #55370B;
}
</style>
border-color css
<style>
span { border-color: #55370B; }
span { border-color: rgb(85,55,11); }
td.TdClassName
{
border-color: #55370B;
}
.TagClassName
{
border-color: #55370B;
}
</style>