Shades of Saratoga #52592D
Tints of Saratoga #52592D
RGB
CMYK
RGB Variations
Color information
#52592D (or 0x52592D) is known color: Saratoga. HEX triplet: 52, 59 and 2D. RGB value is (82,89,45). Sum of RGB (Red+Green+Blue) = 82+89+45=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 89 (35.16% from 255 or 41.20% from 216); Blue value is 45 (17.97% from 255 or 20.83% from 216); Max value from RGB is 89 - color contains mainly: green. Hex color #52592D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52592D is #ADA6D2. Grayscale: #525252. Windows color (decimal): -11380435 or 2971986. OLE color: 2971986.
HSL color Cylindrical-coordinate representation of color #52592D: hue angle of 69.55º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #52592D is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 89 | 45 | - |
| CMYK | 0.08 | 0 | 0.49 | 0.65 |
| HSL | 69.55º | 0.33% | 0.26% | - |
| HSV(B) | 69.55º | 0.49% | 0.35% | - |
| XYZ | 7.53 | 9.13 | 3.85 | - |
| YUV | 81.89 | 107.18 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 89 | 45 | 0.08 | 0 | 0.49 | 0.65 | 69.55 | 0.33 | 0.26 |
| Hex | 52 | 59 | 2D | 8 | 0 | 31 | 41 | 46 | 21 | 1A |
| Octal | 122 | 131 | 55 | 10 | 0 | 61 | 101 | 106 | 41 | 32 |
| Binary | 1010010 | 1011001 | 101101 | 1000 | 0 | 110001 | 1000001 | 1000110 | 100001 | 11010 |
Color Harmonies of #52592D
Complementary color
Monochromatic Colors of #52592D
Black with #52592D
Text Example
Text Example
White with #52592D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52592D; }
p { color: rgb(82,89,45); }
H1.HeaderClassName
{
color: #52592D;
}
.AnyTagClassName
{
color: #52592D;
}
</style>
background-color css
<style>
a { background-color: #52592D; }
a { background-color: rgb(82,89,45); }
div.DivClassName
{
background-color: #52592D;
}
.BgClassName
{
background-color: #52592D;
}
</style>
border-color css
<style>
span { border-color: #52592D; }
span { border-color: rgb(82,89,45); }
td.TdClassName
{
border-color: #52592D;
}
.TagClassName
{
border-color: #52592D;
}
</style>