Shades of Saratoga #525429
Tints of Saratoga #525429
RGB
CMYK
RGB Variations
Color information
#525429 (or 0x525429) is known color: Saratoga. HEX triplet: 52, 54 and 29. RGB value is (82,84,41). Sum of RGB (Red+Green+Blue) = 82+84+41=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 41 (16.41% from 255 or 19.81% from 207); Max value from RGB is 84 - color contains mainly: green. Hex color #525429 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525429 is #ADABD6. Grayscale: #4E4E4E. Windows color (decimal): -11381719 or 2708562. OLE color: 2708562.
HSL color Cylindrical-coordinate representation of color #525429: hue angle of 62.79º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #525429 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 84 | 41 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.67 |
| HSL | 62.79º | 0.34% | 0.25% | - |
| HSV(B) | 62.79º | 0.51% | 0.33% | - |
| XYZ | 7.05 | 8.29 | 3.33 | - |
| YUV | 78.5 | 106.84 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 84 | 41 | 0.02 | 0 | 0.51 | 0.67 | 62.79 | 0.34 | 0.25 |
| Hex | 52 | 54 | 29 | 2 | 0 | 33 | 43 | 3F | 22 | 19 |
| Octal | 122 | 124 | 51 | 2 | 0 | 63 | 103 | 77 | 42 | 31 |
| Binary | 1010010 | 1010100 | 101001 | 10 | 0 | 110011 | 1000011 | 111111 | 100010 | 11001 |
Color Harmonies of #525429
Complementary color
Monochromatic Colors of #525429
Black with #525429
Text Example
Text Example
White with #525429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525429; }
p { color: rgb(82,84,41); }
H1.HeaderClassName
{
color: #525429;
}
.AnyTagClassName
{
color: #525429;
}
</style>
background-color css
<style>
a { background-color: #525429; }
a { background-color: rgb(82,84,41); }
div.DivClassName
{
background-color: #525429;
}
.BgClassName
{
background-color: #525429;
}
</style>
border-color css
<style>
span { border-color: #525429; }
span { border-color: rgb(82,84,41); }
td.TdClassName
{
border-color: #525429;
}
.TagClassName
{
border-color: #525429;
}
</style>