Shades of Baker's Chocolate #553511
Tints of Baker's Chocolate #553511
RGB
CMYK
RGB Variations
Color information
#553511 (or 0x553511) is known color: Baker's Chocolate. HEX triplet: 55, 35 and 11. RGB value is (85,53,17). Sum of RGB (Red+Green+Blue) = 85+53+17=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 17 (7.03% from 255 or 10.97% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #553511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553511 is #AACAEE. Grayscale: #3A3A3A. Windows color (decimal): -11193071 or 1127765. OLE color: 1127765.
HSL color Cylindrical-coordinate representation of color #553511: hue angle of 31.76º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #553511 is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 53 | 17 | - |
| CMYK | 0 | 0.38 | 0.80 | 0.67 |
| HSL | 31.76º | 0.67% | 0.2% | - |
| HSV(B) | 31.76º | 0.8% | 0.33% | - |
| XYZ | 5.12 | 4.52 | 1.13 | - |
| YUV | 58.46 | 104.6 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 53 | 17 | 0 | 0.38 | 0.80 | 0.67 | 31.76 | 0.67 | 0.2 |
| Hex | 55 | 35 | 11 | 0 | 26 | 50 | 43 | 20 | 43 | 14 |
| Octal | 125 | 65 | 21 | 0 | 46 | 120 | 103 | 40 | 103 | 24 |
| Binary | 1010101 | 110101 | 10001 | 0 | 100110 | 1010000 | 1000011 | 100000 | 1000011 | 10100 |
Color Harmonies of #553511
Complementary color
Monochromatic Colors of #553511
Black with #553511
Text Example
Text Example
White with #553511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553511; }
p { color: rgb(85,53,17); }
H1.HeaderClassName
{
color: #553511;
}
.AnyTagClassName
{
color: #553511;
}
</style>
background-color css
<style>
a { background-color: #553511; }
a { background-color: rgb(85,53,17); }
div.DivClassName
{
background-color: #553511;
}
.BgClassName
{
background-color: #553511;
}
</style>
border-color css
<style>
span { border-color: #553511; }
span { border-color: rgb(85,53,17); }
td.TdClassName
{
border-color: #553511;
}
.TagClassName
{
border-color: #553511;
}
</style>