Shades of Saratoga #52602A
Tints of Saratoga #52602A
RGB
CMYK
RGB Variations
Color information
#52602A (or 0x52602A) is known color: Saratoga. HEX triplet: 52, 60 and 2A. RGB value is (82,96,42). Sum of RGB (Red+Green+Blue) = 82+96+42=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 42 (16.80% from 255 or 19.09% from 220); Max value from RGB is 96 - color contains mainly: green. Hex color #52602A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52602A is #AD9FD5. Grayscale: #555555. Windows color (decimal): -11378646 or 2777170. OLE color: 2777170.
HSL color Cylindrical-coordinate representation of color #52602A: hue angle of 75.56º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52602A is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 96 | 42 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.62 |
| HSL | 75.56º | 0.39% | 0.27% | - |
| HSV(B) | 75.56º | 0.56% | 0.38% | - |
| XYZ | 8.08 | 10.33 | 3.76 | - |
| YUV | 85.66 | 103.36 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 96 | 42 | 0.15 | 0 | 0.56 | 0.62 | 75.56 | 0.39 | 0.27 |
| Hex | 52 | 60 | 2A | F | 0 | 38 | 3E | 4C | 27 | 1B |
| Octal | 122 | 140 | 52 | 17 | 0 | 70 | 76 | 114 | 47 | 33 |
| Binary | 1010010 | 1100000 | 101010 | 1111 | 0 | 111000 | 111110 | 1001100 | 100111 | 11011 |
Color Harmonies of #52602A
Complementary color
Monochromatic Colors of #52602A
Black with #52602A
Text Example
Text Example
White with #52602A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52602A; }
p { color: rgb(82,96,42); }
H1.HeaderClassName
{
color: #52602A;
}
.AnyTagClassName
{
color: #52602A;
}
</style>
background-color css
<style>
a { background-color: #52602A; }
a { background-color: rgb(82,96,42); }
div.DivClassName
{
background-color: #52602A;
}
.BgClassName
{
background-color: #52602A;
}
</style>
border-color css
<style>
span { border-color: #52602A; }
span { border-color: rgb(82,96,42); }
td.TdClassName
{
border-color: #52602A;
}
.TagClassName
{
border-color: #52602A;
}
</style>