Shades of Saratoga #575D21
Tints of Saratoga #575D21
RGB
CMYK
RGB Variations
Color information
#575D21 (or 0x575D21) is known color: Saratoga. HEX triplet: 57, 5D and 21. RGB value is (87,93,33). Sum of RGB (Red+Green+Blue) = 87+93+33=213 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.85% from 213); Green value is 93 (36.72% from 255 or 43.66% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 93 - color contains mainly: green. Hex color #575D21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575D21 is #A8A2DE. Grayscale: #545454. Windows color (decimal): -11051743 or 2186583. OLE color: 2186583.
HSL color Cylindrical-coordinate representation of color #575D21: hue angle of 66º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #575D21 is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 93 | 33 | - |
| CMYK | 0.06 | 0 | 0.65 | 0.64 |
| HSL | 66º | 0.48% | 0.25% | - |
| HSV(B) | 66º | 0.65% | 0.36% | - |
| XYZ | 8.12 | 9.96 | 2.93 | - |
| YUV | 84.37 | 99.01 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 93 | 33 | 0.06 | 0 | 0.65 | 0.64 | 66 | 0.48 | 0.25 |
| Hex | 57 | 5D | 21 | 6 | 0 | 41 | 40 | 42 | 30 | 19 |
| Octal | 127 | 135 | 41 | 6 | 0 | 101 | 100 | 102 | 60 | 31 |
| Binary | 1010111 | 1011101 | 100001 | 110 | 0 | 1000001 | 1000000 | 1000010 | 110000 | 11001 |
Color Harmonies of #575D21
Complementary color
Monochromatic Colors of #575D21
Black with #575D21
Text Example
Text Example
White with #575D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575D21; }
p { color: rgb(87,93,33); }
H1.HeaderClassName
{
color: #575D21;
}
.AnyTagClassName
{
color: #575D21;
}
</style>
background-color css
<style>
a { background-color: #575D21; }
a { background-color: rgb(87,93,33); }
div.DivClassName
{
background-color: #575D21;
}
.BgClassName
{
background-color: #575D21;
}
</style>
border-color css
<style>
span { border-color: #575D21; }
span { border-color: rgb(87,93,33); }
td.TdClassName
{
border-color: #575D21;
}
.TagClassName
{
border-color: #575D21;
}
</style>