Shades of Saratoga #53572F
Tints of Saratoga #53572F
RGB
CMYK
RGB Variations
Color information
#53572F (or 0x53572F) is known color: Saratoga. HEX triplet: 53, 57 and 2F. RGB value is (83,87,47). Sum of RGB (Red+Green+Blue) = 83+87+47=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 87 (34.38% from 255 or 40.09% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 87 - color contains mainly: green. Hex color #53572F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53572F is #ACA8D0. Grayscale: #515151. Windows color (decimal): -11315409 or 3102547. OLE color: 3102547.
HSL color Cylindrical-coordinate representation of color #53572F: hue angle of 66º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53572F is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 83 | 87 | 47 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.66 |
| HSL | 66º | 0.3% | 0.26% | - |
| HSV(B) | 66º | 0.46% | 0.34% | - |
| XYZ | 7.49 | 8.86 | 4 | - |
| YUV | 81.24 | 108.67 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 87 | 47 | 0.05 | 0 | 0.46 | 0.66 | 66 | 0.3 | 0.26 |
| Hex | 53 | 57 | 2F | 5 | 0 | 2E | 42 | 42 | 1E | 1A |
| Octal | 123 | 127 | 57 | 5 | 0 | 56 | 102 | 102 | 36 | 32 |
| Binary | 1010011 | 1010111 | 101111 | 101 | 0 | 101110 | 1000010 | 1000010 | 11110 | 11010 |
Color Harmonies of #53572F
Complementary color
Monochromatic Colors of #53572F
Black with #53572F
Text Example
Text Example
White with #53572F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53572F; }
p { color: rgb(83,87,47); }
H1.HeaderClassName
{
color: #53572F;
}
.AnyTagClassName
{
color: #53572F;
}
</style>
background-color css
<style>
a { background-color: #53572F; }
a { background-color: rgb(83,87,47); }
div.DivClassName
{
background-color: #53572F;
}
.BgClassName
{
background-color: #53572F;
}
</style>
border-color css
<style>
span { border-color: #53572F; }
span { border-color: rgb(83,87,47); }
td.TdClassName
{
border-color: #53572F;
}
.TagClassName
{
border-color: #53572F;
}
</style>