Shades of Saratoga #515935
Tints of Saratoga #515935
RGB
CMYK
RGB Variations
Color information
#515935 (or 0x515935) is known color: Saratoga. HEX triplet: 51, 59 and 35. RGB value is (81,89,53). Sum of RGB (Red+Green+Blue) = 81+89+53=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 89 (35.16% from 255 or 39.91% from 223); Blue value is 53 (21.09% from 255 or 23.77% from 223); Max value from RGB is 89 - color contains mainly: green. Hex color #515935 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515935 is #AEA6CA. Grayscale: #525252. Windows color (decimal): -11445963 or 3496273. OLE color: 3496273.
HSL color Cylindrical-coordinate representation of color #515935: hue angle of 73.33º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #515935 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 89 | 53 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.65 |
| HSL | 73.33º | 0.25% | 0.28% | - |
| HSV(B) | 73.33º | 0.4% | 0.35% | - |
| XYZ | 7.61 | 9.15 | 4.73 | - |
| YUV | 82.5 | 111.35 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 89 | 53 | 0.09 | 0 | 0.40 | 0.65 | 73.33 | 0.25 | 0.28 |
| Hex | 51 | 59 | 35 | 9 | 0 | 28 | 41 | 49 | 19 | 1C |
| Octal | 121 | 131 | 65 | 11 | 0 | 50 | 101 | 111 | 31 | 34 |
| Binary | 1010001 | 1011001 | 110101 | 1001 | 0 | 101000 | 1000001 | 1001001 | 11001 | 11100 |
Color Harmonies of #515935
Complementary color
Monochromatic Colors of #515935
Black with #515935
Text Example
Text Example
White with #515935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515935; }
p { color: rgb(81,89,53); }
H1.HeaderClassName
{
color: #515935;
}
.AnyTagClassName
{
color: #515935;
}
</style>
background-color css
<style>
a { background-color: #515935; }
a { background-color: rgb(81,89,53); }
div.DivClassName
{
background-color: #515935;
}
.BgClassName
{
background-color: #515935;
}
</style>
border-color css
<style>
span { border-color: #515935; }
span { border-color: rgb(81,89,53); }
td.TdClassName
{
border-color: #515935;
}
.TagClassName
{
border-color: #515935;
}
</style>