Shades of Saratoga #535C21
Tints of Saratoga #535C21
RGB
CMYK
RGB Variations
Color information
#535C21 (or 0x535C21) is known color: Saratoga. HEX triplet: 53, 5C and 21. RGB value is (83,92,33). Sum of RGB (Red+Green+Blue) = 83+92+33=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 92 (36.33% from 255 or 44.23% from 208); Blue value is 33 (13.28% from 255 or 15.87% from 208); Max value from RGB is 92 - color contains mainly: green. Hex color #535C21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535C21 is #ACA3DE. Grayscale: #525252. Windows color (decimal): -11314143 or 2186323. OLE color: 2186323.
HSL color Cylindrical-coordinate representation of color #535C21: hue angle of 69.15º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #535C21 is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 92 | 33 | - |
| CMYK | 0.10 | 0 | 0.64 | 0.64 |
| HSL | 69.15º | 0.47% | 0.25% | - |
| HSV(B) | 69.15º | 0.64% | 0.36% | - |
| XYZ | 7.67 | 9.6 | 2.89 | - |
| YUV | 82.58 | 100.02 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 92 | 33 | 0.10 | 0 | 0.64 | 0.64 | 69.15 | 0.47 | 0.25 |
| Hex | 53 | 5C | 21 | A | 0 | 40 | 40 | 45 | 2F | 19 |
| Octal | 123 | 134 | 41 | 12 | 0 | 100 | 100 | 105 | 57 | 31 |
| Binary | 1010011 | 1011100 | 100001 | 1010 | 0 | 1000000 | 1000000 | 1000101 | 101111 | 11001 |
Color Harmonies of #535C21
Complementary color
Monochromatic Colors of #535C21
Black with #535C21
Text Example
Text Example
White with #535C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535C21; }
p { color: rgb(83,92,33); }
H1.HeaderClassName
{
color: #535C21;
}
.AnyTagClassName
{
color: #535C21;
}
</style>
background-color css
<style>
a { background-color: #535C21; }
a { background-color: rgb(83,92,33); }
div.DivClassName
{
background-color: #535C21;
}
.BgClassName
{
background-color: #535C21;
}
</style>
border-color css
<style>
span { border-color: #535C21; }
span { border-color: rgb(83,92,33); }
td.TdClassName
{
border-color: #535C21;
}
.TagClassName
{
border-color: #535C21;
}
</style>