Shades of Baker's Chocolate #55260B
Tints of Baker's Chocolate #55260B
RGB
CMYK
RGB Variations
Color information
#55260B (or 0x55260B) is known color: Baker's Chocolate. HEX triplet: 55, 26 and 0B. RGB value is (85,38,11). Sum of RGB (Red+Green+Blue) = 85+38+11=134 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.43% from 134); Green value is 38 (15.23% from 255 or 28.36% from 134); Blue value is 11 (4.69% from 255 or 8.21% from 134); Max value from RGB is 85 - color contains mainly: red. Hex color #55260B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55260B is #AAD9F4. Grayscale: #313131. Windows color (decimal): -11196917 or 730709. OLE color: 730709.
HSL color Cylindrical-coordinate representation of color #55260B: hue angle of 21.89º 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 #55260B is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 38 | 11 | - |
| CMYK | 0 | 0.55 | 0.87 | 0.67 |
| HSL | 21.89º | 0.77% | 0.19% | - |
| HSV(B) | 21.89º | 0.87% | 0.33% | - |
| XYZ | 4.5 | 3.34 | 0.72 | - |
| YUV | 48.98 | 106.57 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 38 | 11 | 0 | 0.55 | 0.87 | 0.67 | 21.89 | 0.77 | 0.19 |
| Hex | 55 | 26 | B | 0 | 37 | 57 | 43 | 16 | 4D | 13 |
| Octal | 125 | 46 | 13 | 0 | 67 | 127 | 103 | 26 | 115 | 23 |
| Binary | 1010101 | 100110 | 1011 | 0 | 110111 | 1010111 | 1000011 | 10110 | 1001101 | 10011 |
Color Harmonies of #55260B
Complementary color
Monochromatic Colors of #55260B
Black with #55260B
Text Example
Text Example
White with #55260B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55260B; }
p { color: rgb(85,38,11); }
H1.HeaderClassName
{
color: #55260B;
}
.AnyTagClassName
{
color: #55260B;
}
</style>
background-color css
<style>
a { background-color: #55260B; }
a { background-color: rgb(85,38,11); }
div.DivClassName
{
background-color: #55260B;
}
.BgClassName
{
background-color: #55260B;
}
</style>
border-color css
<style>
span { border-color: #55260B; }
span { border-color: rgb(85,38,11); }
td.TdClassName
{
border-color: #55260B;
}
.TagClassName
{
border-color: #55260B;
}
</style>