Shades of Saratoga #525E2A
Tints of Saratoga #525E2A
RGB
CMYK
RGB Variations
Color information
#525E2A (or 0x525E2A) is known color: Saratoga. HEX triplet: 52, 5E and 2A. RGB value is (82,94,42). Sum of RGB (Red+Green+Blue) = 82+94+42=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 94 (37.11% from 255 or 43.12% from 218); Blue value is 42 (16.80% from 255 or 19.27% from 218); Max value from RGB is 94 - color contains mainly: green. Hex color #525E2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525E2A is #ADA1D5. Grayscale: #545454. Windows color (decimal): -11379158 or 2776658. OLE color: 2776658.
HSL color Cylindrical-coordinate representation of color #525E2A: hue angle of 73.85º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #525E2A is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 82 | 94 | 42 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.63 |
| HSL | 73.85º | 0.38% | 0.27% | - |
| HSV(B) | 73.85º | 0.55% | 0.37% | - |
| XYZ | 7.9 | 9.97 | 3.7 | - |
| YUV | 84.48 | 104.02 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 94 | 42 | 0.13 | 0 | 0.55 | 0.63 | 73.85 | 0.38 | 0.27 |
| Hex | 52 | 5E | 2A | D | 0 | 37 | 3F | 4A | 26 | 1B |
| Octal | 122 | 136 | 52 | 15 | 0 | 67 | 77 | 112 | 46 | 33 |
| Binary | 1010010 | 1011110 | 101010 | 1101 | 0 | 110111 | 111111 | 1001010 | 100110 | 11011 |
Color Harmonies of #525E2A
Complementary color
Monochromatic Colors of #525E2A
Black with #525E2A
Text Example
Text Example
White with #525E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525E2A; }
p { color: rgb(82,94,42); }
H1.HeaderClassName
{
color: #525E2A;
}
.AnyTagClassName
{
color: #525E2A;
}
</style>
background-color css
<style>
a { background-color: #525E2A; }
a { background-color: rgb(82,94,42); }
div.DivClassName
{
background-color: #525E2A;
}
.BgClassName
{
background-color: #525E2A;
}
</style>
border-color css
<style>
span { border-color: #525E2A; }
span { border-color: rgb(82,94,42); }
td.TdClassName
{
border-color: #525E2A;
}
.TagClassName
{
border-color: #525E2A;
}
</style>