Shades of Saratoga #535A2D
Tints of Saratoga #535A2D
RGB
CMYK
RGB Variations
Color information
#535A2D (or 0x535A2D) is known color: Saratoga. HEX triplet: 53, 5A and 2D. RGB value is (83,90,45). Sum of RGB (Red+Green+Blue) = 83+90+45=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 90 (35.55% from 255 or 41.28% from 218); Blue value is 45 (17.97% from 255 or 20.64% from 218); Max value from RGB is 90 - color contains mainly: green. Hex color #535A2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535A2D is #ACA5D2. Grayscale: #525252. Windows color (decimal): -11314643 or 2972243. OLE color: 2972243.
HSL color Cylindrical-coordinate representation of color #535A2D: hue angle of 69.33º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #535A2D is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 90 | 45 | - |
| CMYK | 0.08 | 0 | 0.50 | 0.65 |
| HSL | 69.33º | 0.33% | 0.26% | - |
| HSV(B) | 69.33º | 0.5% | 0.35% | - |
| XYZ | 7.7 | 9.34 | 3.88 | - |
| YUV | 82.78 | 106.68 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 90 | 45 | 0.08 | 0 | 0.50 | 0.65 | 69.33 | 0.33 | 0.26 |
| Hex | 53 | 5A | 2D | 8 | 0 | 32 | 41 | 45 | 21 | 1A |
| Octal | 123 | 132 | 55 | 10 | 0 | 62 | 101 | 105 | 41 | 32 |
| Binary | 1010011 | 1011010 | 101101 | 1000 | 0 | 110010 | 1000001 | 1000101 | 100001 | 11010 |
Color Harmonies of #535A2D
Complementary color
Monochromatic Colors of #535A2D
Black with #535A2D
Text Example
Text Example
White with #535A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535A2D; }
p { color: rgb(83,90,45); }
H1.HeaderClassName
{
color: #535A2D;
}
.AnyTagClassName
{
color: #535A2D;
}
</style>
background-color css
<style>
a { background-color: #535A2D; }
a { background-color: rgb(83,90,45); }
div.DivClassName
{
background-color: #535A2D;
}
.BgClassName
{
background-color: #535A2D;
}
</style>
border-color css
<style>
span { border-color: #535A2D; }
span { border-color: rgb(83,90,45); }
td.TdClassName
{
border-color: #535A2D;
}
.TagClassName
{
border-color: #535A2D;
}
</style>