Shades of Saratoga #515429
Tints of Saratoga #515429
RGB
CMYK
RGB Variations
Color information
#515429 (or 0x515429) is known color: Saratoga. HEX triplet: 51, 54 and 29. RGB value is (81,84,41). Sum of RGB (Red+Green+Blue) = 81+84+41=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 41 (16.41% from 255 or 19.90% from 206); Max value from RGB is 84 - color contains mainly: green. Hex color #515429 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515429 is #AEABD6. Grayscale: #4E4E4E. Windows color (decimal): -11447255 or 2708561. OLE color: 2708561.
HSL color Cylindrical-coordinate representation of color #515429: hue angle of 64.19º 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 #515429 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 84 | 41 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.67 |
| HSL | 64.19º | 0.34% | 0.25% | - |
| HSV(B) | 64.19º | 0.51% | 0.33% | - |
| XYZ | 6.96 | 8.25 | 3.32 | - |
| YUV | 78.2 | 107.01 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 84 | 41 | 0.04 | 0 | 0.51 | 0.67 | 64.19 | 0.34 | 0.25 |
| Hex | 51 | 54 | 29 | 4 | 0 | 33 | 43 | 40 | 22 | 19 |
| Octal | 121 | 124 | 51 | 4 | 0 | 63 | 103 | 100 | 42 | 31 |
| Binary | 1010001 | 1010100 | 101001 | 100 | 0 | 110011 | 1000011 | 1000000 | 100010 | 11001 |
Color Harmonies of #515429
Complementary color
Monochromatic Colors of #515429
Black with #515429
Text Example
Text Example
White with #515429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515429; }
p { color: rgb(81,84,41); }
H1.HeaderClassName
{
color: #515429;
}
.AnyTagClassName
{
color: #515429;
}
</style>
background-color css
<style>
a { background-color: #515429; }
a { background-color: rgb(81,84,41); }
div.DivClassName
{
background-color: #515429;
}
.BgClassName
{
background-color: #515429;
}
</style>
border-color css
<style>
span { border-color: #515429; }
span { border-color: rgb(81,84,41); }
td.TdClassName
{
border-color: #515429;
}
.TagClassName
{
border-color: #515429;
}
</style>