Shades of Saratoga #525F2E
Tints of Saratoga #525F2E
RGB
CMYK
RGB Variations
Color information
#525F2E (or 0x525F2E) is known color: Saratoga. HEX triplet: 52, 5F and 2E. RGB value is (82,95,46). Sum of RGB (Red+Green+Blue) = 82+95+46=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 95 (37.5% from 255 or 42.60% from 223); Blue value is 46 (18.36% from 255 or 20.63% from 223); Max value from RGB is 95 - color contains mainly: green. Hex color #525F2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525F2E is #ADA0D1. Grayscale: #555555. Windows color (decimal): -11378898 or 3039058. OLE color: 3039058.
HSL color Cylindrical-coordinate representation of color #525F2E: hue angle of 75.92º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #525F2E is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 82 | 95 | 46 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.63 |
| HSL | 75.92º | 0.35% | 0.28% | - |
| HSV(B) | 75.92º | 0.52% | 0.37% | - |
| XYZ | 8.07 | 10.18 | 4.12 | - |
| YUV | 85.53 | 105.69 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 95 | 46 | 0.14 | 0 | 0.52 | 0.63 | 75.92 | 0.35 | 0.28 |
| Hex | 52 | 5F | 2E | E | 0 | 34 | 3F | 4C | 23 | 1C |
| Octal | 122 | 137 | 56 | 16 | 0 | 64 | 77 | 114 | 43 | 34 |
| Binary | 1010010 | 1011111 | 101110 | 1110 | 0 | 110100 | 111111 | 1001100 | 100011 | 11100 |
Color Harmonies of #525F2E
Complementary color
Monochromatic Colors of #525F2E
Black with #525F2E
Text Example
Text Example
White with #525F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525F2E; }
p { color: rgb(82,95,46); }
H1.HeaderClassName
{
color: #525F2E;
}
.AnyTagClassName
{
color: #525F2E;
}
</style>
background-color css
<style>
a { background-color: #525F2E; }
a { background-color: rgb(82,95,46); }
div.DivClassName
{
background-color: #525F2E;
}
.BgClassName
{
background-color: #525F2E;
}
</style>
border-color css
<style>
span { border-color: #525F2E; }
span { border-color: rgb(82,95,46); }
td.TdClassName
{
border-color: #525F2E;
}
.TagClassName
{
border-color: #525F2E;
}
</style>