Shades of Saratoga #52592F
Tints of Saratoga #52592F
RGB
CMYK
RGB Variations
Color information
#52592F (or 0x52592F) is known color: Saratoga. HEX triplet: 52, 59 and 2F. RGB value is (82,89,47). Sum of RGB (Red+Green+Blue) = 82+89+47=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 47 (18.75% from 255 or 21.56% from 218); Max value from RGB is 89 - color contains mainly: green. Hex color #52592F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52592F is #ADA6D0. Grayscale: #525252. Windows color (decimal): -11380433 or 3103058. OLE color: 3103058.
HSL color Cylindrical-coordinate representation of color #52592F: hue angle of 70º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #52592F is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 89 | 47 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.65 |
| HSL | 70º | 0.31% | 0.27% | - |
| HSV(B) | 70º | 0.47% | 0.35% | - |
| XYZ | 7.57 | 9.14 | 4.06 | - |
| YUV | 82.12 | 108.18 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 89 | 47 | 0.08 | 0 | 0.47 | 0.65 | 70 | 0.31 | 0.27 |
| Hex | 52 | 59 | 2F | 8 | 0 | 2F | 41 | 46 | 1F | 1B |
| Octal | 122 | 131 | 57 | 10 | 0 | 57 | 101 | 106 | 37 | 33 |
| Binary | 1010010 | 1011001 | 101111 | 1000 | 0 | 101111 | 1000001 | 1000110 | 11111 | 11011 |
Color Harmonies of #52592F
Complementary color
Monochromatic Colors of #52592F
Black with #52592F
Text Example
Text Example
White with #52592F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52592F; }
p { color: rgb(82,89,47); }
H1.HeaderClassName
{
color: #52592F;
}
.AnyTagClassName
{
color: #52592F;
}
</style>
background-color css
<style>
a { background-color: #52592F; }
a { background-color: rgb(82,89,47); }
div.DivClassName
{
background-color: #52592F;
}
.BgClassName
{
background-color: #52592F;
}
</style>
border-color css
<style>
span { border-color: #52592F; }
span { border-color: rgb(82,89,47); }
td.TdClassName
{
border-color: #52592F;
}
.TagClassName
{
border-color: #52592F;
}
</style>