Shades of Baker's Chocolate #55360B
Tints of Baker's Chocolate #55360B
RGB
CMYK
RGB Variations
Color information
#55360B (or 0x55360B) is known color: Baker's Chocolate. HEX triplet: 55, 36 and 0B. RGB value is (85,54,11). Sum of RGB (Red+Green+Blue) = 85+54+11=150 (19% of max value = 765). Red value is 85 (33.59% from 255 or 56.67% from 150); Green value is 54 (21.48% from 255 or 36% from 150); Blue value is 11 (4.69% from 255 or 7.33% from 150); Max value from RGB is 85 - color contains mainly: red. Hex color #55360B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55360B is #AAC9F4. Grayscale: #3A3A3A. Windows color (decimal): -11192821 or 734805. OLE color: 734805.
HSL color Cylindrical-coordinate representation of color #55360B: hue angle of 34.86º 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 #55360B is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 54 | 11 | - |
| CMYK | 0 | 0.36 | 0.87 | 0.67 |
| HSL | 34.86º | 0.77% | 0.19% | - |
| HSV(B) | 34.86º | 0.87% | 0.33% | - |
| XYZ | 5.13 | 4.59 | 0.93 | - |
| YUV | 58.37 | 101.27 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 54 | 11 | 0 | 0.36 | 0.87 | 0.67 | 34.86 | 0.77 | 0.19 |
| Hex | 55 | 36 | B | 0 | 24 | 57 | 43 | 23 | 4D | 13 |
| Octal | 125 | 66 | 13 | 0 | 44 | 127 | 103 | 43 | 115 | 23 |
| Binary | 1010101 | 110110 | 1011 | 0 | 100100 | 1010111 | 1000011 | 100011 | 1001101 | 10011 |
Color Harmonies of #55360B
Complementary color
Monochromatic Colors of #55360B
Black with #55360B
Text Example
Text Example
White with #55360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55360B; }
p { color: rgb(85,54,11); }
H1.HeaderClassName
{
color: #55360B;
}
.AnyTagClassName
{
color: #55360B;
}
</style>
background-color css
<style>
a { background-color: #55360B; }
a { background-color: rgb(85,54,11); }
div.DivClassName
{
background-color: #55360B;
}
.BgClassName
{
background-color: #55360B;
}
</style>
border-color css
<style>
span { border-color: #55360B; }
span { border-color: rgb(85,54,11); }
td.TdClassName
{
border-color: #55360B;
}
.TagClassName
{
border-color: #55360B;
}
</style>