Shades of Saratoga #555622
Tints of Saratoga #555622
RGB
CMYK
RGB Variations
Color information
#555622 (or 0x555622) is known color: Saratoga. HEX triplet: 55, 56 and 22. RGB value is (85,86,34). Sum of RGB (Red+Green+Blue) = 85+86+34=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 34 (13.67% from 255 or 16.59% from 205); Max value from RGB is 86 - color contains mainly: green. Hex color #555622 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555622 is #AAA9DD. Grayscale: #4F4F4F. Windows color (decimal): -11184606 or 2250325. OLE color: 2250325.
HSL color Cylindrical-coordinate representation of color #555622: hue angle of 61.15º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #555622 is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 86 | 34 | - |
| CMYK | 0.01 | 0 | 0.60 | 0.66 |
| HSL | 61.15º | 0.43% | 0.24% | - |
| HSV(B) | 61.15º | 0.6% | 0.34% | - |
| XYZ | 7.36 | 8.7 | 2.81 | - |
| YUV | 79.77 | 102.17 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 86 | 34 | 0.01 | 0 | 0.60 | 0.66 | 61.15 | 0.43 | 0.24 |
| Hex | 55 | 56 | 22 | 1 | 0 | 3C | 42 | 3D | 2B | 18 |
| Octal | 125 | 126 | 42 | 1 | 0 | 74 | 102 | 75 | 53 | 30 |
| Binary | 1010101 | 1010110 | 100010 | 1 | 0 | 111100 | 1000010 | 111101 | 101011 | 11000 |
Color Harmonies of #555622
Complementary color
Monochromatic Colors of #555622
Black with #555622
Text Example
Text Example
White with #555622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555622; }
p { color: rgb(85,86,34); }
H1.HeaderClassName
{
color: #555622;
}
.AnyTagClassName
{
color: #555622;
}
</style>
background-color css
<style>
a { background-color: #555622; }
a { background-color: rgb(85,86,34); }
div.DivClassName
{
background-color: #555622;
}
.BgClassName
{
background-color: #555622;
}
</style>
border-color css
<style>
span { border-color: #555622; }
span { border-color: rgb(85,86,34); }
td.TdClassName
{
border-color: #555622;
}
.TagClassName
{
border-color: #555622;
}
</style>