Shades of Saratoga #515725
Tints of Saratoga #515725
RGB
CMYK
RGB Variations
Color information
#515725 (or 0x515725) is known color: Saratoga. HEX triplet: 51, 57 and 25. RGB value is (81,87,37). Sum of RGB (Red+Green+Blue) = 81+87+37=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 87 (34.38% from 255 or 42.44% from 205); Blue value is 37 (14.84% from 255 or 18.05% from 205); Max value from RGB is 87 - color contains mainly: green. Hex color #515725 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515725 is #AEA8DA. Grayscale: #4F4F4F. Windows color (decimal): -11446491 or 2447185. OLE color: 2447185.
HSL color Cylindrical-coordinate representation of color #515725: hue angle of 67.2º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #515725 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 81 | 87 | 37 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.66 |
| HSL | 67.2º | 0.4% | 0.24% | - |
| HSV(B) | 67.2º | 0.57% | 0.34% | - |
| XYZ | 7.14 | 8.7 | 3.05 | - |
| YUV | 79.51 | 104.01 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 87 | 37 | 0.07 | 0 | 0.57 | 0.66 | 67.2 | 0.4 | 0.24 |
| Hex | 51 | 57 | 25 | 7 | 0 | 39 | 42 | 43 | 28 | 18 |
| Octal | 121 | 127 | 45 | 7 | 0 | 71 | 102 | 103 | 50 | 30 |
| Binary | 1010001 | 1010111 | 100101 | 111 | 0 | 111001 | 1000010 | 1000011 | 101000 | 11000 |
Color Harmonies of #515725
Complementary color
Monochromatic Colors of #515725
Black with #515725
Text Example
Text Example
White with #515725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515725; }
p { color: rgb(81,87,37); }
H1.HeaderClassName
{
color: #515725;
}
.AnyTagClassName
{
color: #515725;
}
</style>
background-color css
<style>
a { background-color: #515725; }
a { background-color: rgb(81,87,37); }
div.DivClassName
{
background-color: #515725;
}
.BgClassName
{
background-color: #515725;
}
</style>
border-color css
<style>
span { border-color: #515725; }
span { border-color: rgb(81,87,37); }
td.TdClassName
{
border-color: #515725;
}
.TagClassName
{
border-color: #515725;
}
</style>