Shades of Saratoga #535B31
Tints of Saratoga #535B31
RGB
CMYK
RGB Variations
Color information
#535B31 (or 0x535B31) is known color: Saratoga. HEX triplet: 53, 5B and 31. RGB value is (83,91,49). Sum of RGB (Red+Green+Blue) = 83+91+49=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 91 (35.94% from 255 or 40.81% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 91 - color contains mainly: green. Hex color #535B31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535B31 is #ACA4CE. Grayscale: #535353. Windows color (decimal): -11314383 or 3234643. OLE color: 3234643.
HSL color Cylindrical-coordinate representation of color #535B31: hue angle of 71.43º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #535B31 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 91 | 49 | - |
| CMYK | 0.09 | 0 | 0.46 | 0.64 |
| HSL | 71.43º | 0.3% | 0.27% | - |
| HSV(B) | 71.43º | 0.46% | 0.36% | - |
| XYZ | 7.86 | 9.54 | 4.33 | - |
| YUV | 83.82 | 108.35 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 91 | 49 | 0.09 | 0 | 0.46 | 0.64 | 71.43 | 0.3 | 0.27 |
| Hex | 53 | 5B | 31 | 9 | 0 | 2E | 40 | 47 | 1E | 1B |
| Octal | 123 | 133 | 61 | 11 | 0 | 56 | 100 | 107 | 36 | 33 |
| Binary | 1010011 | 1011011 | 110001 | 1001 | 0 | 101110 | 1000000 | 1000111 | 11110 | 11011 |
Color Harmonies of #535B31
Complementary color
Monochromatic Colors of #535B31
Black with #535B31
Text Example
Text Example
White with #535B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535B31; }
p { color: rgb(83,91,49); }
H1.HeaderClassName
{
color: #535B31;
}
.AnyTagClassName
{
color: #535B31;
}
</style>
background-color css
<style>
a { background-color: #535B31; }
a { background-color: rgb(83,91,49); }
div.DivClassName
{
background-color: #535B31;
}
.BgClassName
{
background-color: #535B31;
}
</style>
border-color css
<style>
span { border-color: #535B31; }
span { border-color: rgb(83,91,49); }
td.TdClassName
{
border-color: #535B31;
}
.TagClassName
{
border-color: #535B31;
}
</style>