Shades of Baker's Chocolate #553209
Tints of Baker's Chocolate #553209
RGB
CMYK
RGB Variations
Color information
#553209 (or 0x553209) is known color: Baker's Chocolate. HEX triplet: 55, 32 and 09. RGB value is (85,50,9). Sum of RGB (Red+Green+Blue) = 85+50+9=144 (19% of max value = 765). Red value is 85 (33.59% from 255 or 59.03% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 9 (3.91% from 255 or 6.25% from 144); Max value from RGB is 85 - color contains mainly: red. Hex color #553209 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553209 is #AACDF6. Grayscale: #373737. Windows color (decimal): -11193847 or 602709. OLE color: 602709.
HSL color Cylindrical-coordinate representation of color #553209: hue angle of 32.37º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #553209 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 50 | 9 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.67 |
| HSL | 32.37º | 0.81% | 0.18% | - |
| HSV(B) | 32.37º | 0.89% | 0.33% | - |
| XYZ | 4.94 | 4.23 | 0.82 | - |
| YUV | 55.79 | 101.6 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 50 | 9 | 0 | 0.41 | 0.89 | 0.67 | 32.37 | 0.81 | 0.18 |
| Hex | 55 | 32 | 9 | 0 | 29 | 59 | 43 | 20 | 51 | 12 |
| Octal | 125 | 62 | 11 | 0 | 51 | 131 | 103 | 40 | 121 | 22 |
| Binary | 1010101 | 110010 | 1001 | 0 | 101001 | 1011001 | 1000011 | 100000 | 1010001 | 10010 |
Color Harmonies of #553209
Complementary color
Monochromatic Colors of #553209
Black with #553209
Text Example
Text Example
White with #553209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553209; }
p { color: rgb(85,50,9); }
H1.HeaderClassName
{
color: #553209;
}
.AnyTagClassName
{
color: #553209;
}
</style>
background-color css
<style>
a { background-color: #553209; }
a { background-color: rgb(85,50,9); }
div.DivClassName
{
background-color: #553209;
}
.BgClassName
{
background-color: #553209;
}
</style>
border-color css
<style>
span { border-color: #553209; }
span { border-color: rgb(85,50,9); }
td.TdClassName
{
border-color: #553209;
}
.TagClassName
{
border-color: #553209;
}
</style>