Shades of Saratoga #575822
Tints of Saratoga #575822
RGB
CMYK
RGB Variations
Color information
#575822 (or 0x575822) is known color: Saratoga. HEX triplet: 57, 58 and 22. RGB value is (87,88,34). Sum of RGB (Red+Green+Blue) = 87+88+34=209 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.63% from 209); Green value is 88 (34.77% from 255 or 42.11% from 209); Blue value is 34 (13.67% from 255 or 16.27% from 209); Max value from RGB is 88 - color contains mainly: green. Hex color #575822 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575822 is #A8A7DD. Grayscale: #515151. Windows color (decimal): -11053022 or 2250839. OLE color: 2250839.
HSL color Cylindrical-coordinate representation of color #575822: hue angle of 61.11º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #575822 is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 88 | 34 | - |
| CMYK | 0.01 | 0 | 0.61 | 0.65 |
| HSL | 61.11º | 0.44% | 0.24% | - |
| HSV(B) | 61.11º | 0.61% | 0.35% | - |
| XYZ | 7.71 | 9.12 | 2.87 | - |
| YUV | 81.55 | 101.17 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 88 | 34 | 0.01 | 0 | 0.61 | 0.65 | 61.11 | 0.44 | 0.24 |
| Hex | 57 | 58 | 22 | 1 | 0 | 3D | 41 | 3D | 2C | 18 |
| Octal | 127 | 130 | 42 | 1 | 0 | 75 | 101 | 75 | 54 | 30 |
| Binary | 1010111 | 1011000 | 100010 | 1 | 0 | 111101 | 1000001 | 111101 | 101100 | 11000 |
Color Harmonies of #575822
Complementary color
Monochromatic Colors of #575822
Black with #575822
Text Example
Text Example
White with #575822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575822; }
p { color: rgb(87,88,34); }
H1.HeaderClassName
{
color: #575822;
}
.AnyTagClassName
{
color: #575822;
}
</style>
background-color css
<style>
a { background-color: #575822; }
a { background-color: rgb(87,88,34); }
div.DivClassName
{
background-color: #575822;
}
.BgClassName
{
background-color: #575822;
}
</style>
border-color css
<style>
span { border-color: #575822; }
span { border-color: rgb(87,88,34); }
td.TdClassName
{
border-color: #575822;
}
.TagClassName
{
border-color: #575822;
}
</style>