Shades of Saratoga #535825
Tints of Saratoga #535825
RGB
CMYK
RGB Variations
Color information
#535825 (or 0x535825) is known color: Saratoga. HEX triplet: 53, 58 and 25. RGB value is (83,88,37). Sum of RGB (Red+Green+Blue) = 83+88+37=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 88 (34.77% from 255 or 42.31% from 208); Blue value is 37 (14.84% from 255 or 17.79% from 208); Max value from RGB is 88 - color contains mainly: green. Hex color #535825 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535825 is #ACA7DA. Grayscale: #505050. Windows color (decimal): -11315163 or 2447443. OLE color: 2447443.
HSL color Cylindrical-coordinate representation of color #535825: hue angle of 65.88º 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 #535825 is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 88 | 37 | - |
| CMYK | 0.06 | 0 | 0.58 | 0.65 |
| HSL | 65.88º | 0.41% | 0.25% | - |
| HSV(B) | 65.88º | 0.58% | 0.35% | - |
| XYZ | 7.39 | 8.95 | 3.09 | - |
| YUV | 80.69 | 103.34 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 88 | 37 | 0.06 | 0 | 0.58 | 0.65 | 65.88 | 0.41 | 0.25 |
| Hex | 53 | 58 | 25 | 6 | 0 | 3A | 41 | 42 | 29 | 19 |
| Octal | 123 | 130 | 45 | 6 | 0 | 72 | 101 | 102 | 51 | 31 |
| Binary | 1010011 | 1011000 | 100101 | 110 | 0 | 111010 | 1000001 | 1000010 | 101001 | 11001 |
Color Harmonies of #535825
Complementary color
Monochromatic Colors of #535825
Black with #535825
Text Example
Text Example
White with #535825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535825; }
p { color: rgb(83,88,37); }
H1.HeaderClassName
{
color: #535825;
}
.AnyTagClassName
{
color: #535825;
}
</style>
background-color css
<style>
a { background-color: #535825; }
a { background-color: rgb(83,88,37); }
div.DivClassName
{
background-color: #535825;
}
.BgClassName
{
background-color: #535825;
}
</style>
border-color css
<style>
span { border-color: #535825; }
span { border-color: rgb(83,88,37); }
td.TdClassName
{
border-color: #535825;
}
.TagClassName
{
border-color: #535825;
}
</style>