Shades of Saratoga #52582E
Tints of Saratoga #52582E
RGB
CMYK
RGB Variations
Color information
#52582E (or 0x52582E) is known color: Saratoga. HEX triplet: 52, 58 and 2E. RGB value is (82,88,46). Sum of RGB (Red+Green+Blue) = 82+88+46=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 88 (34.77% from 255 or 40.74% from 216); Blue value is 46 (18.36% from 255 or 21.30% from 216); Max value from RGB is 88 - color contains mainly: green. Hex color #52582E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52582E is #ADA7D1. Grayscale: #515151. Windows color (decimal): -11380690 or 3037266. OLE color: 3037266.
HSL color Cylindrical-coordinate representation of color #52582E: hue angle of 68.57º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #52582E is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 88 | 46 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.65 |
| HSL | 68.57º | 0.31% | 0.26% | - |
| HSV(B) | 68.57º | 0.48% | 0.35% | - |
| XYZ | 7.46 | 8.97 | 3.92 | - |
| YUV | 81.42 | 108.01 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 88 | 46 | 0.07 | 0 | 0.48 | 0.65 | 68.57 | 0.31 | 0.26 |
| Hex | 52 | 58 | 2E | 7 | 0 | 30 | 41 | 45 | 1F | 1A |
| Octal | 122 | 130 | 56 | 7 | 0 | 60 | 101 | 105 | 37 | 32 |
| Binary | 1010010 | 1011000 | 101110 | 111 | 0 | 110000 | 1000001 | 1000101 | 11111 | 11010 |
Color Harmonies of #52582E
Complementary color
Monochromatic Colors of #52582E
Black with #52582E
Text Example
Text Example
White with #52582E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52582E; }
p { color: rgb(82,88,46); }
H1.HeaderClassName
{
color: #52582E;
}
.AnyTagClassName
{
color: #52582E;
}
</style>
background-color css
<style>
a { background-color: #52582E; }
a { background-color: rgb(82,88,46); }
div.DivClassName
{
background-color: #52582E;
}
.BgClassName
{
background-color: #52582E;
}
</style>
border-color css
<style>
span { border-color: #52582E; }
span { border-color: rgb(82,88,46); }
td.TdClassName
{
border-color: #52582E;
}
.TagClassName
{
border-color: #52582E;
}
</style>