Shades of Baker's Chocolate #552811
Tints of Baker's Chocolate #552811
RGB
CMYK
RGB Variations
Color information
#552811 (or 0x552811) is known color: Baker's Chocolate. HEX triplet: 55, 28 and 11. RGB value is (85,40,17). Sum of RGB (Red+Green+Blue) = 85+40+17=142 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.86% from 142); Green value is 40 (16.02% from 255 or 28.17% from 142); Blue value is 17 (7.03% from 255 or 11.97% from 142); Max value from RGB is 85 - color contains mainly: red. Hex color #552811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552811 is #AAD7EE. Grayscale: #323232. Windows color (decimal): -11196399 or 1124437. OLE color: 1124437.
HSL color Cylindrical-coordinate representation of color #552811: hue angle of 20.29º 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 #552811 is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 40 | 17 | - |
| CMYK | 0 | 0.53 | 0.80 | 0.67 |
| HSL | 20.29º | 0.67% | 0.2% | - |
| HSV(B) | 20.29º | 0.8% | 0.33% | - |
| XYZ | 4.61 | 3.49 | 0.96 | - |
| YUV | 50.83 | 108.91 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 40 | 17 | 0 | 0.53 | 0.80 | 0.67 | 20.29 | 0.67 | 0.2 |
| Hex | 55 | 28 | 11 | 0 | 35 | 50 | 43 | 14 | 43 | 14 |
| Octal | 125 | 50 | 21 | 0 | 65 | 120 | 103 | 24 | 103 | 24 |
| Binary | 1010101 | 101000 | 10001 | 0 | 110101 | 1010000 | 1000011 | 10100 | 1000011 | 10100 |
Color Harmonies of #552811
Complementary color
Monochromatic Colors of #552811
Black with #552811
Text Example
Text Example
White with #552811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552811; }
p { color: rgb(85,40,17); }
H1.HeaderClassName
{
color: #552811;
}
.AnyTagClassName
{
color: #552811;
}
</style>
background-color css
<style>
a { background-color: #552811; }
a { background-color: rgb(85,40,17); }
div.DivClassName
{
background-color: #552811;
}
.BgClassName
{
background-color: #552811;
}
</style>
border-color css
<style>
span { border-color: #552811; }
span { border-color: rgb(85,40,17); }
td.TdClassName
{
border-color: #552811;
}
.TagClassName
{
border-color: #552811;
}
</style>