Shades of Saratoga #575D39
Tints of Saratoga #575D39
RGB
CMYK
RGB Variations
Color information
#575D39 (or 0x575D39) is known color: Saratoga. HEX triplet: 57, 5D and 39. RGB value is (87,93,57). Sum of RGB (Red+Green+Blue) = 87+93+57=237 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.71% from 237); Green value is 93 (36.72% from 255 or 39.24% from 237); Blue value is 57 (22.66% from 255 or 24.05% from 237); Max value from RGB is 93 - color contains mainly: green. Hex color #575D39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575D39 is #A8A2C6. Grayscale: #575757. Windows color (decimal): -11051719 or 3759447. OLE color: 3759447.
HSL color Cylindrical-coordinate representation of color #575D39: hue angle of 70º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #575D39 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 93 | 57 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.64 |
| HSL | 70º | 0.24% | 0.29% | - |
| HSV(B) | 70º | 0.39% | 0.36% | - |
| XYZ | 8.58 | 10.15 | 5.38 | - |
| YUV | 87.1 | 111.01 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 93 | 57 | 0.06 | 0 | 0.39 | 0.64 | 70 | 0.24 | 0.29 |
| Hex | 57 | 5D | 39 | 6 | 0 | 27 | 40 | 46 | 18 | 1D |
| Octal | 127 | 135 | 71 | 6 | 0 | 47 | 100 | 106 | 30 | 35 |
| Binary | 1010111 | 1011101 | 111001 | 110 | 0 | 100111 | 1000000 | 1000110 | 11000 | 11101 |
Color Harmonies of #575D39
Complementary color
Monochromatic Colors of #575D39
Black with #575D39
Text Example
Text Example
White with #575D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575D39; }
p { color: rgb(87,93,57); }
H1.HeaderClassName
{
color: #575D39;
}
.AnyTagClassName
{
color: #575D39;
}
</style>
background-color css
<style>
a { background-color: #575D39; }
a { background-color: rgb(87,93,57); }
div.DivClassName
{
background-color: #575D39;
}
.BgClassName
{
background-color: #575D39;
}
</style>
border-color css
<style>
span { border-color: #575D39; }
span { border-color: rgb(87,93,57); }
td.TdClassName
{
border-color: #575D39;
}
.TagClassName
{
border-color: #575D39;
}
</style>