Shades of Saratoga #535D30
Tints of Saratoga #535D30
RGB
CMYK
RGB Variations
Color information
#535D30 (or 0x535D30) is known color: Saratoga. HEX triplet: 53, 5D and 30. RGB value is (83,93,48). Sum of RGB (Red+Green+Blue) = 83+93+48=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 93 (36.72% from 255 or 41.52% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 93 - color contains mainly: green. Hex color #535D30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535D30 is #ACA2CF. Grayscale: #555555. Windows color (decimal): -11313872 or 3169619. OLE color: 3169619.
HSL color Cylindrical-coordinate representation of color #535D30: hue angle of 73.33º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #535D30 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 93 | 48 | - |
| CMYK | 0.11 | 0 | 0.48 | 0.64 |
| HSL | 73.33º | 0.32% | 0.28% | - |
| HSV(B) | 73.33º | 0.48% | 0.36% | - |
| XYZ | 8.02 | 9.88 | 4.28 | - |
| YUV | 84.88 | 107.19 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 93 | 48 | 0.11 | 0 | 0.48 | 0.64 | 73.33 | 0.32 | 0.28 |
| Hex | 53 | 5D | 30 | B | 0 | 30 | 40 | 49 | 20 | 1C |
| Octal | 123 | 135 | 60 | 13 | 0 | 60 | 100 | 111 | 40 | 34 |
| Binary | 1010011 | 1011101 | 110000 | 1011 | 0 | 110000 | 1000000 | 1001001 | 100000 | 11100 |
Color Harmonies of #535D30
Complementary color
Monochromatic Colors of #535D30
Black with #535D30
Text Example
Text Example
White with #535D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535D30; }
p { color: rgb(83,93,48); }
H1.HeaderClassName
{
color: #535D30;
}
.AnyTagClassName
{
color: #535D30;
}
</style>
background-color css
<style>
a { background-color: #535D30; }
a { background-color: rgb(83,93,48); }
div.DivClassName
{
background-color: #535D30;
}
.BgClassName
{
background-color: #535D30;
}
</style>
border-color css
<style>
span { border-color: #535D30; }
span { border-color: rgb(83,93,48); }
td.TdClassName
{
border-color: #535D30;
}
.TagClassName
{
border-color: #535D30;
}
</style>