Shades of Saratoga #575C39
Tints of Saratoga #575C39
RGB
CMYK
RGB Variations
Color information
#575C39 (or 0x575C39) is known color: Saratoga. HEX triplet: 57, 5C and 39. RGB value is (87,92,57). Sum of RGB (Red+Green+Blue) = 87+92+57=236 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.86% from 236); Green value is 92 (36.33% from 255 or 38.98% from 236); Blue value is 57 (22.66% from 255 or 24.15% from 236); Max value from RGB is 92 - color contains mainly: green. Hex color #575C39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575C39 is #A8A3C6. Grayscale: #565656. Windows color (decimal): -11051975 or 3759191. OLE color: 3759191.
HSL color Cylindrical-coordinate representation of color #575C39: hue angle of 68.57º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #575C39 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 92 | 57 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.64 |
| HSL | 68.57º | 0.23% | 0.29% | - |
| HSV(B) | 68.57º | 0.38% | 0.36% | - |
| XYZ | 8.5 | 9.98 | 5.35 | - |
| YUV | 86.52 | 111.34 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 92 | 57 | 0.05 | 0 | 0.38 | 0.64 | 68.57 | 0.23 | 0.29 |
| Hex | 57 | 5C | 39 | 5 | 0 | 26 | 40 | 45 | 17 | 1D |
| Octal | 127 | 134 | 71 | 5 | 0 | 46 | 100 | 105 | 27 | 35 |
| Binary | 1010111 | 1011100 | 111001 | 101 | 0 | 100110 | 1000000 | 1000101 | 10111 | 11101 |
Color Harmonies of #575C39
Complementary color
Monochromatic Colors of #575C39
Black with #575C39
Text Example
Text Example
White with #575C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575C39; }
p { color: rgb(87,92,57); }
H1.HeaderClassName
{
color: #575C39;
}
.AnyTagClassName
{
color: #575C39;
}
</style>
background-color css
<style>
a { background-color: #575C39; }
a { background-color: rgb(87,92,57); }
div.DivClassName
{
background-color: #575C39;
}
.BgClassName
{
background-color: #575C39;
}
</style>
border-color css
<style>
span { border-color: #575C39; }
span { border-color: rgb(87,92,57); }
td.TdClassName
{
border-color: #575C39;
}
.TagClassName
{
border-color: #575C39;
}
</style>