Shades of Baker's Chocolate #55340E
Tints of Baker's Chocolate #55340E
RGB
CMYK
RGB Variations
Color information
#55340E (or 0x55340E) is known color: Baker's Chocolate. HEX triplet: 55, 34 and 0E. RGB value is (85,52,14). Sum of RGB (Red+Green+Blue) = 85+52+14=151 (20% of max value = 765). Red value is 85 (33.59% from 255 or 56.29% from 151); Green value is 52 (20.70% from 255 or 34.44% from 151); Blue value is 14 (5.86% from 255 or 9.27% from 151); Max value from RGB is 85 - color contains mainly: red. Hex color #55340E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55340E is #AACBF1. Grayscale: #393939. Windows color (decimal): -11193330 or 930901. OLE color: 930901.
HSL color Cylindrical-coordinate representation of color #55340E: hue angle of 32.11º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55340E is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 52 | 14 | - |
| CMYK | 0 | 0.39 | 0.84 | 0.67 |
| HSL | 32.11º | 0.72% | 0.19% | - |
| HSV(B) | 32.11º | 0.84% | 0.33% | - |
| XYZ | 5.05 | 4.42 | 1 | - |
| YUV | 57.54 | 103.43 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 52 | 14 | 0 | 0.39 | 0.84 | 0.67 | 32.11 | 0.72 | 0.19 |
| Hex | 55 | 34 | E | 0 | 27 | 54 | 43 | 20 | 48 | 13 |
| Octal | 125 | 64 | 16 | 0 | 47 | 124 | 103 | 40 | 110 | 23 |
| Binary | 1010101 | 110100 | 1110 | 0 | 100111 | 1010100 | 1000011 | 100000 | 1001000 | 10011 |
Color Harmonies of #55340E
Complementary color
Monochromatic Colors of #55340E
Black with #55340E
Text Example
Text Example
White with #55340E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55340E; }
p { color: rgb(85,52,14); }
H1.HeaderClassName
{
color: #55340E;
}
.AnyTagClassName
{
color: #55340E;
}
</style>
background-color css
<style>
a { background-color: #55340E; }
a { background-color: rgb(85,52,14); }
div.DivClassName
{
background-color: #55340E;
}
.BgClassName
{
background-color: #55340E;
}
</style>
border-color css
<style>
span { border-color: #55340E; }
span { border-color: rgb(85,52,14); }
td.TdClassName
{
border-color: #55340E;
}
.TagClassName
{
border-color: #55340E;
}
</style>