Shades of Saratoga #535D32
Tints of Saratoga #535D32
RGB
CMYK
RGB Variations
Color information
#535D32 (or 0x535D32) is known color: Saratoga. HEX triplet: 53, 5D and 32. RGB value is (83,93,50). Sum of RGB (Red+Green+Blue) = 83+93+50=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 93 (36.72% from 255 or 41.15% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 93 - color contains mainly: green. Hex color #535D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535D32 is #ACA2CD. Grayscale: #555555. Windows color (decimal): -11313870 or 3300691. OLE color: 3300691.
HSL color Cylindrical-coordinate representation of color #535D32: hue angle of 73.95º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #535D32 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 93 | 50 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.64 |
| HSL | 73.95º | 0.3% | 0.28% | - |
| HSV(B) | 73.95º | 0.46% | 0.36% | - |
| XYZ | 8.06 | 9.9 | 4.5 | - |
| YUV | 85.11 | 108.19 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 93 | 50 | 0.11 | 0 | 0.46 | 0.64 | 73.95 | 0.3 | 0.28 |
| Hex | 53 | 5D | 32 | B | 0 | 2E | 40 | 4A | 1E | 1C |
| Octal | 123 | 135 | 62 | 13 | 0 | 56 | 100 | 112 | 36 | 34 |
| Binary | 1010011 | 1011101 | 110010 | 1011 | 0 | 101110 | 1000000 | 1001010 | 11110 | 11100 |
Color Harmonies of #535D32
Complementary color
Monochromatic Colors of #535D32
Black with #535D32
Text Example
Text Example
White with #535D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535D32; }
p { color: rgb(83,93,50); }
H1.HeaderClassName
{
color: #535D32;
}
.AnyTagClassName
{
color: #535D32;
}
</style>
background-color css
<style>
a { background-color: #535D32; }
a { background-color: rgb(83,93,50); }
div.DivClassName
{
background-color: #535D32;
}
.BgClassName
{
background-color: #535D32;
}
</style>
border-color css
<style>
span { border-color: #535D32; }
span { border-color: rgb(83,93,50); }
td.TdClassName
{
border-color: #535D32;
}
.TagClassName
{
border-color: #535D32;
}
</style>