Shades of Saratoga #575D2C
Tints of Saratoga #575D2C
RGB
CMYK
RGB Variations
Color information
#575D2C (or 0x575D2C) is known color: Saratoga. HEX triplet: 57, 5D and 2C. RGB value is (87,93,44). Sum of RGB (Red+Green+Blue) = 87+93+44=224 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.84% from 224); Green value is 93 (36.72% from 255 or 41.52% from 224); Blue value is 44 (17.58% from 255 or 19.64% from 224); Max value from RGB is 93 - color contains mainly: green. Hex color #575D2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575D2C is #A8A2D3. Grayscale: #555555. Windows color (decimal): -11051732 or 2907479. OLE color: 2907479.
HSL color Cylindrical-coordinate representation of color #575D2C: hue angle of 67.35º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #575D2C is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 93 | 44 | - |
| CMYK | 0.06 | 0 | 0.53 | 0.64 |
| HSL | 67.35º | 0.36% | 0.27% | - |
| HSV(B) | 67.35º | 0.53% | 0.36% | - |
| XYZ | 8.3 | 10.04 | 3.88 | - |
| YUV | 85.62 | 104.51 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 93 | 44 | 0.06 | 0 | 0.53 | 0.64 | 67.35 | 0.36 | 0.27 |
| Hex | 57 | 5D | 2C | 6 | 0 | 35 | 40 | 43 | 24 | 1B |
| Octal | 127 | 135 | 54 | 6 | 0 | 65 | 100 | 103 | 44 | 33 |
| Binary | 1010111 | 1011101 | 101100 | 110 | 0 | 110101 | 1000000 | 1000011 | 100100 | 11011 |
Color Harmonies of #575D2C
Complementary color
Monochromatic Colors of #575D2C
Black with #575D2C
Text Example
Text Example
White with #575D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575D2C; }
p { color: rgb(87,93,44); }
H1.HeaderClassName
{
color: #575D2C;
}
.AnyTagClassName
{
color: #575D2C;
}
</style>
background-color css
<style>
a { background-color: #575D2C; }
a { background-color: rgb(87,93,44); }
div.DivClassName
{
background-color: #575D2C;
}
.BgClassName
{
background-color: #575D2C;
}
</style>
border-color css
<style>
span { border-color: #575D2C; }
span { border-color: rgb(87,93,44); }
td.TdClassName
{
border-color: #575D2C;
}
.TagClassName
{
border-color: #575D2C;
}
</style>