Shades of Saratoga #515428
Tints of Saratoga #515428
RGB
CMYK
RGB Variations
Color information
#515428 (or 0x515428) is known color: Saratoga. HEX triplet: 51, 54 and 28. RGB value is (81,84,40). Sum of RGB (Red+Green+Blue) = 81+84+40=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 84 - color contains mainly: green. Hex color #515428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515428 is #AEABD7. Grayscale: #4E4E4E. Windows color (decimal): -11447256 or 2643025. OLE color: 2643025.
HSL color Cylindrical-coordinate representation of color #515428: hue angle of 64.09º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #515428 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 84 | 40 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.67 |
| HSL | 64.09º | 0.35% | 0.24% | - |
| HSV(B) | 64.09º | 0.52% | 0.33% | - |
| XYZ | 6.95 | 8.24 | 3.23 | - |
| YUV | 78.09 | 106.51 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 84 | 40 | 0.04 | 0 | 0.52 | 0.67 | 64.09 | 0.35 | 0.24 |
| Hex | 51 | 54 | 28 | 4 | 0 | 34 | 43 | 40 | 23 | 18 |
| Octal | 121 | 124 | 50 | 4 | 0 | 64 | 103 | 100 | 43 | 30 |
| Binary | 1010001 | 1010100 | 101000 | 100 | 0 | 110100 | 1000011 | 1000000 | 100011 | 11000 |
Color Harmonies of #515428
Complementary color
Monochromatic Colors of #515428
Black with #515428
Text Example
Text Example
White with #515428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515428; }
p { color: rgb(81,84,40); }
H1.HeaderClassName
{
color: #515428;
}
.AnyTagClassName
{
color: #515428;
}
</style>
background-color css
<style>
a { background-color: #515428; }
a { background-color: rgb(81,84,40); }
div.DivClassName
{
background-color: #515428;
}
.BgClassName
{
background-color: #515428;
}
</style>
border-color css
<style>
span { border-color: #515428; }
span { border-color: rgb(81,84,40); }
td.TdClassName
{
border-color: #515428;
}
.TagClassName
{
border-color: #515428;
}
</style>