Shades of Saratoga #535725
Tints of Saratoga #535725
RGB
CMYK
RGB Variations
Color information
#535725 (or 0x535725) is known color: Saratoga. HEX triplet: 53, 57 and 25. RGB value is (83,87,37). Sum of RGB (Red+Green+Blue) = 83+87+37=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 87 (34.38% from 255 or 42.03% from 207); Blue value is 37 (14.84% from 255 or 17.87% from 207); Max value from RGB is 87 - color contains mainly: green. Hex color #535725 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535725 is #ACA8DA. Grayscale: #505050. Windows color (decimal): -11315419 or 2447187. OLE color: 2447187.
HSL color Cylindrical-coordinate representation of color #535725: hue angle of 64.8º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #535725 is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 83 | 87 | 37 | - |
| CMYK | 0.05 | 0 | 0.57 | 0.66 |
| HSL | 64.8º | 0.4% | 0.24% | - |
| HSV(B) | 64.8º | 0.57% | 0.34% | - |
| XYZ | 7.31 | 8.79 | 3.06 | - |
| YUV | 80.1 | 103.67 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 87 | 37 | 0.05 | 0 | 0.57 | 0.66 | 64.8 | 0.4 | 0.24 |
| Hex | 53 | 57 | 25 | 5 | 0 | 39 | 42 | 41 | 28 | 18 |
| Octal | 123 | 127 | 45 | 5 | 0 | 71 | 102 | 101 | 50 | 30 |
| Binary | 1010011 | 1010111 | 100101 | 101 | 0 | 111001 | 1000010 | 1000001 | 101000 | 11000 |
Color Harmonies of #535725
Complementary color
Monochromatic Colors of #535725
Black with #535725
Text Example
Text Example
White with #535725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535725; }
p { color: rgb(83,87,37); }
H1.HeaderClassName
{
color: #535725;
}
.AnyTagClassName
{
color: #535725;
}
</style>
background-color css
<style>
a { background-color: #535725; }
a { background-color: rgb(83,87,37); }
div.DivClassName
{
background-color: #535725;
}
.BgClassName
{
background-color: #535725;
}
</style>
border-color css
<style>
span { border-color: #535725; }
span { border-color: rgb(83,87,37); }
td.TdClassName
{
border-color: #535725;
}
.TagClassName
{
border-color: #535725;
}
</style>