Shades of Saratoga #555722
Tints of Saratoga #555722
RGB
CMYK
RGB Variations
Color information
#555722 (or 0x555722) is known color: Saratoga. HEX triplet: 55, 57 and 22. RGB value is (85,87,34). Sum of RGB (Red+Green+Blue) = 85+87+34=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 87 (34.38% from 255 or 42.23% from 206); Blue value is 34 (13.67% from 255 or 16.50% from 206); Max value from RGB is 87 - color contains mainly: green. Hex color #555722 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555722 is #AAA8DD. Grayscale: #505050. Windows color (decimal): -11184350 or 2250581. OLE color: 2250581.
HSL color Cylindrical-coordinate representation of color #555722: hue angle of 62.26º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #555722 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 87 | 34 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.66 |
| HSL | 62.26º | 0.44% | 0.24% | - |
| HSV(B) | 62.26º | 0.61% | 0.34% | - |
| XYZ | 7.44 | 8.86 | 2.83 | - |
| YUV | 80.36 | 101.84 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 87 | 34 | 0.02 | 0 | 0.61 | 0.66 | 62.26 | 0.44 | 0.24 |
| Hex | 55 | 57 | 22 | 2 | 0 | 3D | 42 | 3E | 2C | 18 |
| Octal | 125 | 127 | 42 | 2 | 0 | 75 | 102 | 76 | 54 | 30 |
| Binary | 1010101 | 1010111 | 100010 | 10 | 0 | 111101 | 1000010 | 111110 | 101100 | 11000 |
Color Harmonies of #555722
Complementary color
Monochromatic Colors of #555722
Black with #555722
Text Example
Text Example
White with #555722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555722; }
p { color: rgb(85,87,34); }
H1.HeaderClassName
{
color: #555722;
}
.AnyTagClassName
{
color: #555722;
}
</style>
background-color css
<style>
a { background-color: #555722; }
a { background-color: rgb(85,87,34); }
div.DivClassName
{
background-color: #555722;
}
.BgClassName
{
background-color: #555722;
}
</style>
border-color css
<style>
span { border-color: #555722; }
span { border-color: rgb(85,87,34); }
td.TdClassName
{
border-color: #555722;
}
.TagClassName
{
border-color: #555722;
}
</style>