Shades of Saratoga #535935
Tints of Saratoga #535935
RGB
CMYK
RGB Variations
Color information
#535935 (or 0x535935) is known color: Saratoga. HEX triplet: 53, 59 and 35. RGB value is (83,89,53). Sum of RGB (Red+Green+Blue) = 83+89+53=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 89 (35.16% from 255 or 39.56% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 89 - color contains mainly: green. Hex color #535935 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535935 is #ACA6CA. Grayscale: #535353. Windows color (decimal): -11314891 or 3496275. OLE color: 3496275.
HSL color Cylindrical-coordinate representation of color #535935: hue angle of 70º 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 #535935 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 89 | 53 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.65 |
| HSL | 70º | 0.25% | 0.28% | - |
| HSV(B) | 70º | 0.4% | 0.35% | - |
| XYZ | 7.78 | 9.24 | 4.74 | - |
| YUV | 83.1 | 111.01 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 89 | 53 | 0.07 | 0 | 0.40 | 0.65 | 70 | 0.25 | 0.28 |
| Hex | 53 | 59 | 35 | 7 | 0 | 28 | 41 | 46 | 19 | 1C |
| Octal | 123 | 131 | 65 | 7 | 0 | 50 | 101 | 106 | 31 | 34 |
| Binary | 1010011 | 1011001 | 110101 | 111 | 0 | 101000 | 1000001 | 1000110 | 11001 | 11100 |
Color Harmonies of #535935
Complementary color
Monochromatic Colors of #535935
Black with #535935
Text Example
Text Example
White with #535935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535935; }
p { color: rgb(83,89,53); }
H1.HeaderClassName
{
color: #535935;
}
.AnyTagClassName
{
color: #535935;
}
</style>
background-color css
<style>
a { background-color: #535935; }
a { background-color: rgb(83,89,53); }
div.DivClassName
{
background-color: #535935;
}
.BgClassName
{
background-color: #535935;
}
</style>
border-color css
<style>
span { border-color: #535935; }
span { border-color: rgb(83,89,53); }
td.TdClassName
{
border-color: #535935;
}
.TagClassName
{
border-color: #535935;
}
</style>