Shades of Saratoga #535C2B
Tints of Saratoga #535C2B
RGB
CMYK
RGB Variations
Color information
#535C2B (or 0x535C2B) is known color: Saratoga. HEX triplet: 53, 5C and 2B. RGB value is (83,92,43). Sum of RGB (Red+Green+Blue) = 83+92+43=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 92 (36.33% from 255 or 42.20% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 92 - color contains mainly: green. Hex color #535C2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535C2B is #ACA3D4. Grayscale: #535353. Windows color (decimal): -11314133 or 2841683. OLE color: 2841683.
HSL color Cylindrical-coordinate representation of color #535C2B: hue angle of 71.02º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #535C2B is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 92 | 43 | - |
| CMYK | 0.10 | 0 | 0.53 | 0.64 |
| HSL | 71.02º | 0.36% | 0.26% | - |
| HSV(B) | 71.02º | 0.53% | 0.36% | - |
| XYZ | 7.83 | 9.67 | 3.74 | - |
| YUV | 83.72 | 105.02 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 92 | 43 | 0.10 | 0 | 0.53 | 0.64 | 71.02 | 0.36 | 0.26 |
| Hex | 53 | 5C | 2B | A | 0 | 35 | 40 | 47 | 24 | 1A |
| Octal | 123 | 134 | 53 | 12 | 0 | 65 | 100 | 107 | 44 | 32 |
| Binary | 1010011 | 1011100 | 101011 | 1010 | 0 | 110101 | 1000000 | 1000111 | 100100 | 11010 |
Color Harmonies of #535C2B
Complementary color
Monochromatic Colors of #535C2B
Black with #535C2B
Text Example
Text Example
White with #535C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535C2B; }
p { color: rgb(83,92,43); }
H1.HeaderClassName
{
color: #535C2B;
}
.AnyTagClassName
{
color: #535C2B;
}
</style>
background-color css
<style>
a { background-color: #535C2B; }
a { background-color: rgb(83,92,43); }
div.DivClassName
{
background-color: #535C2B;
}
.BgClassName
{
background-color: #535C2B;
}
</style>
border-color css
<style>
span { border-color: #535C2B; }
span { border-color: rgb(83,92,43); }
td.TdClassName
{
border-color: #535C2B;
}
.TagClassName
{
border-color: #535C2B;
}
</style>