Shades of Saratoga #535E25
Tints of Saratoga #535E25
RGB
CMYK
RGB Variations
Color information
#535E25 (or 0x535E25) is known color: Saratoga. HEX triplet: 53, 5E and 25. RGB value is (83,94,37). Sum of RGB (Red+Green+Blue) = 83+94+37=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 94 (37.11% from 255 or 43.93% from 214); Blue value is 37 (14.84% from 255 or 17.29% from 214); Max value from RGB is 94 - color contains mainly: green. Hex color #535E25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535E25 is #ACA1DA. Grayscale: #545454. Windows color (decimal): -11313627 or 2448979. OLE color: 2448979.
HSL color Cylindrical-coordinate representation of color #535E25: hue angle of 71.58º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #535E25 is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 83 | 94 | 37 | - |
| CMYK | 0.12 | 0 | 0.61 | 0.63 |
| HSL | 71.58º | 0.44% | 0.26% | - |
| HSV(B) | 71.58º | 0.61% | 0.37% | - |
| XYZ | 7.9 | 9.98 | 3.26 | - |
| YUV | 84.21 | 101.36 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 94 | 37 | 0.12 | 0 | 0.61 | 0.63 | 71.58 | 0.44 | 0.26 |
| Hex | 53 | 5E | 25 | C | 0 | 3D | 3F | 48 | 2C | 1A |
| Octal | 123 | 136 | 45 | 14 | 0 | 75 | 77 | 110 | 54 | 32 |
| Binary | 1010011 | 1011110 | 100101 | 1100 | 0 | 111101 | 111111 | 1001000 | 101100 | 11010 |
Color Harmonies of #535E25
Complementary color
Monochromatic Colors of #535E25
Black with #535E25
Text Example
Text Example
White with #535E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535E25; }
p { color: rgb(83,94,37); }
H1.HeaderClassName
{
color: #535E25;
}
.AnyTagClassName
{
color: #535E25;
}
</style>
background-color css
<style>
a { background-color: #535E25; }
a { background-color: rgb(83,94,37); }
div.DivClassName
{
background-color: #535E25;
}
.BgClassName
{
background-color: #535E25;
}
</style>
border-color css
<style>
span { border-color: #535E25; }
span { border-color: rgb(83,94,37); }
td.TdClassName
{
border-color: #535E25;
}
.TagClassName
{
border-color: #535E25;
}
</style>