Shades of Saratoga #575825
Tints of Saratoga #575825
RGB
CMYK
RGB Variations
Color information
#575825 (or 0x575825) is known color: Saratoga. HEX triplet: 57, 58 and 25. RGB value is (87,88,37). Sum of RGB (Red+Green+Blue) = 87+88+37=212 (28% of max value = 765). Red value is 87 (34.38% from 255 or 41.04% from 212); Green value is 88 (34.77% from 255 or 41.51% from 212); Blue value is 37 (14.84% from 255 or 17.45% from 212); Max value from RGB is 88 - color contains mainly: green. Hex color #575825 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575825 is #A8A7DA. Grayscale: #525252. Windows color (decimal): -11053019 or 2447447. OLE color: 2447447.
HSL color Cylindrical-coordinate representation of color #575825: hue angle of 61.18º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #575825 is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 88 | 37 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.65 |
| HSL | 61.18º | 0.41% | 0.25% | - |
| HSV(B) | 61.18º | 0.58% | 0.35% | - |
| XYZ | 7.75 | 9.14 | 3.11 | - |
| YUV | 81.89 | 102.67 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 88 | 37 | 0.01 | 0 | 0.58 | 0.65 | 61.18 | 0.41 | 0.25 |
| Hex | 57 | 58 | 25 | 1 | 0 | 3A | 41 | 3D | 29 | 19 |
| Octal | 127 | 130 | 45 | 1 | 0 | 72 | 101 | 75 | 51 | 31 |
| Binary | 1010111 | 1011000 | 100101 | 1 | 0 | 111010 | 1000001 | 111101 | 101001 | 11001 |
Color Harmonies of #575825
Complementary color
Monochromatic Colors of #575825
Black with #575825
Text Example
Text Example
White with #575825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575825; }
p { color: rgb(87,88,37); }
H1.HeaderClassName
{
color: #575825;
}
.AnyTagClassName
{
color: #575825;
}
</style>
background-color css
<style>
a { background-color: #575825; }
a { background-color: rgb(87,88,37); }
div.DivClassName
{
background-color: #575825;
}
.BgClassName
{
background-color: #575825;
}
</style>
border-color css
<style>
span { border-color: #575825; }
span { border-color: rgb(87,88,37); }
td.TdClassName
{
border-color: #575825;
}
.TagClassName
{
border-color: #575825;
}
</style>