Shades of Saratoga #575C24
Tints of Saratoga #575C24
RGB
CMYK
RGB Variations
Color information
#575C24 (or 0x575C24) is known color: Saratoga. HEX triplet: 57, 5C and 24. RGB value is (87,92,36). Sum of RGB (Red+Green+Blue) = 87+92+36=215 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.47% from 215); Green value is 92 (36.33% from 255 or 42.79% from 215); Blue value is 36 (14.45% from 255 or 16.74% from 215); Max value from RGB is 92 - color contains mainly: green. Hex color #575C24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575C24 is #A8A3DB. Grayscale: #545454. Windows color (decimal): -11051996 or 2382935. OLE color: 2382935.
HSL color Cylindrical-coordinate representation of color #575C24: hue angle of 65.36º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #575C24 is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 92 | 36 | - |
| CMYK | 0.05 | 0 | 0.61 | 0.64 |
| HSL | 65.36º | 0.44% | 0.25% | - |
| HSV(B) | 65.36º | 0.61% | 0.36% | - |
| XYZ | 8.08 | 9.81 | 3.14 | - |
| YUV | 84.12 | 100.84 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 92 | 36 | 0.05 | 0 | 0.61 | 0.64 | 65.36 | 0.44 | 0.25 |
| Hex | 57 | 5C | 24 | 5 | 0 | 3D | 40 | 41 | 2C | 19 |
| Octal | 127 | 134 | 44 | 5 | 0 | 75 | 100 | 101 | 54 | 31 |
| Binary | 1010111 | 1011100 | 100100 | 101 | 0 | 111101 | 1000000 | 1000001 | 101100 | 11001 |
Color Harmonies of #575C24
Complementary color
Monochromatic Colors of #575C24
Black with #575C24
Text Example
Text Example
White with #575C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575C24; }
p { color: rgb(87,92,36); }
H1.HeaderClassName
{
color: #575C24;
}
.AnyTagClassName
{
color: #575C24;
}
</style>
background-color css
<style>
a { background-color: #575C24; }
a { background-color: rgb(87,92,36); }
div.DivClassName
{
background-color: #575C24;
}
.BgClassName
{
background-color: #575C24;
}
</style>
border-color css
<style>
span { border-color: #575C24; }
span { border-color: rgb(87,92,36); }
td.TdClassName
{
border-color: #575C24;
}
.TagClassName
{
border-color: #575C24;
}
</style>