Shades of Saratoga #515A29
Tints of Saratoga #515A29
RGB
CMYK
RGB Variations
Color information
#515A29 (or 0x515A29) is known color: Saratoga. HEX triplet: 51, 5A and 29. RGB value is (81,90,41). Sum of RGB (Red+Green+Blue) = 81+90+41=212 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.21% from 212); Green value is 90 (35.55% from 255 or 42.45% from 212); Blue value is 41 (16.41% from 255 or 19.34% from 212); Max value from RGB is 90 - color contains mainly: green. Hex color #515A29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515A29 is #AEA5D6. Grayscale: #515151. Windows color (decimal): -11445719 or 2710097. OLE color: 2710097.
HSL color Cylindrical-coordinate representation of color #515A29: hue angle of 71.02º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #515A29 is Cyan = 0.1, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 90 | 41 | - |
| CMYK | 0.1 | 0 | 0.54 | 0.65 |
| HSL | 71.02º | 0.37% | 0.26% | - |
| HSV(B) | 71.02º | 0.54% | 0.35% | - |
| XYZ | 7.45 | 9.22 | 3.49 | - |
| YUV | 81.72 | 105.02 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 90 | 41 | 0.1 | 0 | 0.54 | 0.65 | 71.02 | 0.37 | 0.26 |
| Hex | 51 | 5A | 29 | A | 0 | 36 | 41 | 47 | 25 | 1A |
| Octal | 121 | 132 | 51 | 12 | 0 | 66 | 101 | 107 | 45 | 32 |
| Binary | 1010001 | 1011010 | 101001 | 1010 | 0 | 110110 | 1000001 | 1000111 | 100101 | 11010 |
Color Harmonies of #515A29
Complementary color
Monochromatic Colors of #515A29
Black with #515A29
Text Example
Text Example
White with #515A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515A29; }
p { color: rgb(81,90,41); }
H1.HeaderClassName
{
color: #515A29;
}
.AnyTagClassName
{
color: #515A29;
}
</style>
background-color css
<style>
a { background-color: #515A29; }
a { background-color: rgb(81,90,41); }
div.DivClassName
{
background-color: #515A29;
}
.BgClassName
{
background-color: #515A29;
}
</style>
border-color css
<style>
span { border-color: #515A29; }
span { border-color: rgb(81,90,41); }
td.TdClassName
{
border-color: #515A29;
}
.TagClassName
{
border-color: #515A29;
}
</style>