Shades of Saratoga #515925
Tints of Saratoga #515925
RGB
CMYK
RGB Variations
Color information
#515925 (or 0x515925) is known color: Saratoga. HEX triplet: 51, 59 and 25. RGB value is (81,89,37). Sum of RGB (Red+Green+Blue) = 81+89+37=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 89 (35.16% from 255 or 43.00% from 207); Blue value is 37 (14.84% from 255 or 17.87% from 207); Max value from RGB is 89 - color contains mainly: green. Hex color #515925 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515925 is #AEA6DA. Grayscale: #505050. Windows color (decimal): -11445979 or 2447697. OLE color: 2447697.
HSL color Cylindrical-coordinate representation of color #515925: hue angle of 69.23º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #515925 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 89 | 37 | - |
| CMYK | 0.09 | 0 | 0.58 | 0.65 |
| HSL | 69.23º | 0.41% | 0.25% | - |
| HSV(B) | 69.23º | 0.58% | 0.35% | - |
| XYZ | 7.3 | 9.03 | 3.11 | - |
| YUV | 80.68 | 103.35 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 89 | 37 | 0.09 | 0 | 0.58 | 0.65 | 69.23 | 0.41 | 0.25 |
| Hex | 51 | 59 | 25 | 9 | 0 | 3A | 41 | 45 | 29 | 19 |
| Octal | 121 | 131 | 45 | 11 | 0 | 72 | 101 | 105 | 51 | 31 |
| Binary | 1010001 | 1011001 | 100101 | 1001 | 0 | 111010 | 1000001 | 1000101 | 101001 | 11001 |
Color Harmonies of #515925
Complementary color
Monochromatic Colors of #515925
Black with #515925
Text Example
Text Example
White with #515925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515925; }
p { color: rgb(81,89,37); }
H1.HeaderClassName
{
color: #515925;
}
.AnyTagClassName
{
color: #515925;
}
</style>
background-color css
<style>
a { background-color: #515925; }
a { background-color: rgb(81,89,37); }
div.DivClassName
{
background-color: #515925;
}
.BgClassName
{
background-color: #515925;
}
</style>
border-color css
<style>
span { border-color: #515925; }
span { border-color: rgb(81,89,37); }
td.TdClassName
{
border-color: #515925;
}
.TagClassName
{
border-color: #515925;
}
</style>