Shades of Saratoga #575921
Tints of Saratoga #575921
RGB
CMYK
RGB Variations
Color information
#575921 (or 0x575921) is known color: Saratoga. HEX triplet: 57, 59 and 21. RGB value is (87,89,33). Sum of RGB (Red+Green+Blue) = 87+89+33=209 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.63% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 33 (13.28% from 255 or 15.79% from 209); Max value from RGB is 89 - color contains mainly: green. Hex color #575921 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575921 is #A8A6DE. Grayscale: #525252. Windows color (decimal): -11052767 or 2185559. OLE color: 2185559.
HSL color Cylindrical-coordinate representation of color #575921: hue angle of 62.14º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #575921 is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 89 | 33 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.65 |
| HSL | 62.14º | 0.46% | 0.24% | - |
| HSV(B) | 62.14º | 0.63% | 0.35% | - |
| XYZ | 7.78 | 9.28 | 2.82 | - |
| YUV | 82.02 | 100.34 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 89 | 33 | 0.02 | 0 | 0.63 | 0.65 | 62.14 | 0.46 | 0.24 |
| Hex | 57 | 59 | 21 | 2 | 0 | 3F | 41 | 3E | 2E | 18 |
| Octal | 127 | 131 | 41 | 2 | 0 | 77 | 101 | 76 | 56 | 30 |
| Binary | 1010111 | 1011001 | 100001 | 10 | 0 | 111111 | 1000001 | 111110 | 101110 | 11000 |
Color Harmonies of #575921
Complementary color
Monochromatic Colors of #575921
Black with #575921
Text Example
Text Example
White with #575921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575921; }
p { color: rgb(87,89,33); }
H1.HeaderClassName
{
color: #575921;
}
.AnyTagClassName
{
color: #575921;
}
</style>
background-color css
<style>
a { background-color: #575921; }
a { background-color: rgb(87,89,33); }
div.DivClassName
{
background-color: #575921;
}
.BgClassName
{
background-color: #575921;
}
</style>
border-color css
<style>
span { border-color: #575921; }
span { border-color: rgb(87,89,33); }
td.TdClassName
{
border-color: #575921;
}
.TagClassName
{
border-color: #575921;
}
</style>