Shades of Saratoga #535A2F
Tints of Saratoga #535A2F
RGB
CMYK
RGB Variations
Color information
#535A2F (or 0x535A2F) is known color: Saratoga. HEX triplet: 53, 5A and 2F. RGB value is (83,90,47). Sum of RGB (Red+Green+Blue) = 83+90+47=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 90 (35.55% from 255 or 40.91% from 220); Blue value is 47 (18.75% from 255 or 21.36% from 220); Max value from RGB is 90 - color contains mainly: green. Hex color #535A2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535A2F is #ACA5D0. Grayscale: #535353. Windows color (decimal): -11314641 or 3103315. OLE color: 3103315.
HSL color Cylindrical-coordinate representation of color #535A2F: hue angle of 69.77º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #535A2F is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 90 | 47 | - |
| CMYK | 0.08 | 0 | 0.48 | 0.65 |
| HSL | 69.77º | 0.31% | 0.27% | - |
| HSV(B) | 69.77º | 0.48% | 0.35% | - |
| XYZ | 7.74 | 9.36 | 4.09 | - |
| YUV | 83.01 | 107.68 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 90 | 47 | 0.08 | 0 | 0.48 | 0.65 | 69.77 | 0.31 | 0.27 |
| Hex | 53 | 5A | 2F | 8 | 0 | 30 | 41 | 46 | 1F | 1B |
| Octal | 123 | 132 | 57 | 10 | 0 | 60 | 101 | 106 | 37 | 33 |
| Binary | 1010011 | 1011010 | 101111 | 1000 | 0 | 110000 | 1000001 | 1000110 | 11111 | 11011 |
Color Harmonies of #535A2F
Complementary color
Monochromatic Colors of #535A2F
Black with #535A2F
Text Example
Text Example
White with #535A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535A2F; }
p { color: rgb(83,90,47); }
H1.HeaderClassName
{
color: #535A2F;
}
.AnyTagClassName
{
color: #535A2F;
}
</style>
background-color css
<style>
a { background-color: #535A2F; }
a { background-color: rgb(83,90,47); }
div.DivClassName
{
background-color: #535A2F;
}
.BgClassName
{
background-color: #535A2F;
}
</style>
border-color css
<style>
span { border-color: #535A2F; }
span { border-color: rgb(83,90,47); }
td.TdClassName
{
border-color: #535A2F;
}
.TagClassName
{
border-color: #535A2F;
}
</style>