Shades of Saratoga #535F30
Tints of Saratoga #535F30
RGB
CMYK
RGB Variations
Color information
#535F30 (or 0x535F30) is known color: Saratoga. HEX triplet: 53, 5F and 30. RGB value is (83,95,48). Sum of RGB (Red+Green+Blue) = 83+95+48=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 95 (37.5% from 255 or 42.04% from 226); Blue value is 48 (19.14% from 255 or 21.24% from 226); Max value from RGB is 95 - color contains mainly: green. Hex color #535F30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535F30 is #ACA0CF. Grayscale: #565656. Windows color (decimal): -11313360 or 3170131. OLE color: 3170131.
HSL color Cylindrical-coordinate representation of color #535F30: hue angle of 75.32º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #535F30 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 83 | 95 | 48 | - |
| CMYK | 0.13 | 0 | 0.49 | 0.63 |
| HSL | 75.32º | 0.33% | 0.28% | - |
| HSV(B) | 75.32º | 0.49% | 0.37% | - |
| XYZ | 8.19 | 10.24 | 4.34 | - |
| YUV | 86.05 | 106.52 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 95 | 48 | 0.13 | 0 | 0.49 | 0.63 | 75.32 | 0.33 | 0.28 |
| Hex | 53 | 5F | 30 | D | 0 | 31 | 3F | 4B | 21 | 1C |
| Octal | 123 | 137 | 60 | 15 | 0 | 61 | 77 | 113 | 41 | 34 |
| Binary | 1010011 | 1011111 | 110000 | 1101 | 0 | 110001 | 111111 | 1001011 | 100001 | 11100 |
Color Harmonies of #535F30
Complementary color
Monochromatic Colors of #535F30
Black with #535F30
Text Example
Text Example
White with #535F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535F30; }
p { color: rgb(83,95,48); }
H1.HeaderClassName
{
color: #535F30;
}
.AnyTagClassName
{
color: #535F30;
}
</style>
background-color css
<style>
a { background-color: #535F30; }
a { background-color: rgb(83,95,48); }
div.DivClassName
{
background-color: #535F30;
}
.BgClassName
{
background-color: #535F30;
}
</style>
border-color css
<style>
span { border-color: #535F30; }
span { border-color: rgb(83,95,48); }
td.TdClassName
{
border-color: #535F30;
}
.TagClassName
{
border-color: #535F30;
}
</style>