Shades of Baker's Chocolate #553211
Tints of Baker's Chocolate #553211
RGB
CMYK
RGB Variations
Color information
#553211 (or 0x553211) is known color: Baker's Chocolate. HEX triplet: 55, 32 and 11. RGB value is (85,50,17). Sum of RGB (Red+Green+Blue) = 85+50+17=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 17 (7.03% from 255 or 11.18% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #553211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553211 is #AACDEE. Grayscale: #383838. Windows color (decimal): -11193839 or 1126997. OLE color: 1126997.
HSL color Cylindrical-coordinate representation of color #553211: hue angle of 29.12º 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 #553211 is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 50 | 17 | - |
| CMYK | 0 | 0.41 | 0.80 | 0.67 |
| HSL | 29.12º | 0.67% | 0.2% | - |
| HSV(B) | 29.12º | 0.8% | 0.33% | - |
| XYZ | 4.99 | 4.25 | 1.09 | - |
| YUV | 56.7 | 105.6 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 50 | 17 | 0 | 0.41 | 0.80 | 0.67 | 29.12 | 0.67 | 0.2 |
| Hex | 55 | 32 | 11 | 0 | 29 | 50 | 43 | 1D | 43 | 14 |
| Octal | 125 | 62 | 21 | 0 | 51 | 120 | 103 | 35 | 103 | 24 |
| Binary | 1010101 | 110010 | 10001 | 0 | 101001 | 1010000 | 1000011 | 11101 | 1000011 | 10100 |
Color Harmonies of #553211
Complementary color
Monochromatic Colors of #553211
Black with #553211
Text Example
Text Example
White with #553211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553211; }
p { color: rgb(85,50,17); }
H1.HeaderClassName
{
color: #553211;
}
.AnyTagClassName
{
color: #553211;
}
</style>
background-color css
<style>
a { background-color: #553211; }
a { background-color: rgb(85,50,17); }
div.DivClassName
{
background-color: #553211;
}
.BgClassName
{
background-color: #553211;
}
</style>
border-color css
<style>
span { border-color: #553211; }
span { border-color: rgb(85,50,17); }
td.TdClassName
{
border-color: #553211;
}
.TagClassName
{
border-color: #553211;
}
</style>