Shades of Baker's Chocolate #55320B
Tints of Baker's Chocolate #55320B
RGB
CMYK
RGB Variations
Color information
#55320B (or 0x55320B) is known color: Baker's Chocolate. HEX triplet: 55, 32 and 0B. RGB value is (85,50,11). Sum of RGB (Red+Green+Blue) = 85+50+11=146 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.22% from 146); Green value is 50 (19.92% from 255 or 34.25% from 146); Blue value is 11 (4.69% from 255 or 7.53% from 146); Max value from RGB is 85 - color contains mainly: red. Hex color #55320B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55320B is #AACDF4. Grayscale: #383838. Windows color (decimal): -11193845 or 733781. OLE color: 733781.
HSL color Cylindrical-coordinate representation of color #55320B: hue angle of 31.62º 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 #55320B is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 50 | 11 | - |
| CMYK | 0 | 0.41 | 0.87 | 0.67 |
| HSL | 31.62º | 0.77% | 0.19% | - |
| HSV(B) | 31.62º | 0.87% | 0.33% | - |
| XYZ | 4.95 | 4.24 | 0.87 | - |
| YUV | 56.02 | 102.6 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 50 | 11 | 0 | 0.41 | 0.87 | 0.67 | 31.62 | 0.77 | 0.19 |
| Hex | 55 | 32 | B | 0 | 29 | 57 | 43 | 20 | 4D | 13 |
| Octal | 125 | 62 | 13 | 0 | 51 | 127 | 103 | 40 | 115 | 23 |
| Binary | 1010101 | 110010 | 1011 | 0 | 101001 | 1010111 | 1000011 | 100000 | 1001101 | 10011 |
Color Harmonies of #55320B
Complementary color
Monochromatic Colors of #55320B
Black with #55320B
Text Example
Text Example
White with #55320B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55320B; }
p { color: rgb(85,50,11); }
H1.HeaderClassName
{
color: #55320B;
}
.AnyTagClassName
{
color: #55320B;
}
</style>
background-color css
<style>
a { background-color: #55320B; }
a { background-color: rgb(85,50,11); }
div.DivClassName
{
background-color: #55320B;
}
.BgClassName
{
background-color: #55320B;
}
</style>
border-color css
<style>
span { border-color: #55320B; }
span { border-color: rgb(85,50,11); }
td.TdClassName
{
border-color: #55320B;
}
.TagClassName
{
border-color: #55320B;
}
</style>