Shades of Saratoga #52562E
Tints of Saratoga #52562E
RGB
CMYK
RGB Variations
Color information
#52562E (or 0x52562E) is known color: Saratoga. HEX triplet: 52, 56 and 2E. RGB value is (82,86,46). Sum of RGB (Red+Green+Blue) = 82+86+46=214 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.32% from 214); Green value is 86 (33.98% from 255 or 40.19% from 214); Blue value is 46 (18.36% from 255 or 21.50% from 214); Max value from RGB is 86 - color contains mainly: green. Hex color #52562E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52562E is #ADA9D1. Grayscale: #505050. Windows color (decimal): -11381202 or 3036754. OLE color: 3036754.
HSL color Cylindrical-coordinate representation of color #52562E: 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.47%. Process color model (Four color, CMYK) of #52562E is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 82 | 86 | 46 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.66 |
| HSL | 66º | 0.3% | 0.26% | - |
| HSV(B) | 66º | 0.47% | 0.34% | - |
| XYZ | 7.3 | 8.65 | 3.87 | - |
| YUV | 80.24 | 108.67 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 86 | 46 | 0.05 | 0 | 0.47 | 0.66 | 66 | 0.3 | 0.26 |
| Hex | 52 | 56 | 2E | 5 | 0 | 2F | 42 | 42 | 1E | 1A |
| Octal | 122 | 126 | 56 | 5 | 0 | 57 | 102 | 102 | 36 | 32 |
| Binary | 1010010 | 1010110 | 101110 | 101 | 0 | 101111 | 1000010 | 1000010 | 11110 | 11010 |
Color Harmonies of #52562E
Complementary color
Monochromatic Colors of #52562E
Black with #52562E
Text Example
Text Example
White with #52562E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52562E; }
p { color: rgb(82,86,46); }
H1.HeaderClassName
{
color: #52562E;
}
.AnyTagClassName
{
color: #52562E;
}
</style>
background-color css
<style>
a { background-color: #52562E; }
a { background-color: rgb(82,86,46); }
div.DivClassName
{
background-color: #52562E;
}
.BgClassName
{
background-color: #52562E;
}
</style>
border-color css
<style>
span { border-color: #52562E; }
span { border-color: rgb(82,86,46); }
td.TdClassName
{
border-color: #52562E;
}
.TagClassName
{
border-color: #52562E;
}
</style>