Shades of Saratoga #576625
Tints of Saratoga #576625
RGB
CMYK
RGB Variations
Color information
#576625 (or 0x576625) is known color: Saratoga. HEX triplet: 57, 66 and 25. RGB value is (87,102,37). Sum of RGB (Red+Green+Blue) = 87+102+37=226 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.50% from 226); Green value is 102 (40.23% from 255 or 45.13% from 226); Blue value is 37 (14.84% from 255 or 16.37% from 226); Max value from RGB is 102 - color contains mainly: green. Hex color #576625 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576625 is #A899DA. Grayscale: #5A5A5A. Windows color (decimal): -11049435 or 2451031. OLE color: 2451031.
HSL color Cylindrical-coordinate representation of color #576625: hue angle of 73.85º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #576625 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 87 | 102 | 37 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.6 |
| HSL | 73.85º | 0.47% | 0.27% | - |
| HSV(B) | 73.85º | 0.64% | 0.4% | - |
| XYZ | 9.02 | 11.66 | 3.53 | - |
| YUV | 90.11 | 98.03 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 102 | 37 | 0.15 | 0 | 0.64 | 0.6 | 73.85 | 0.47 | 0.27 |
| Hex | 57 | 66 | 25 | F | 0 | 40 | 3C | 4A | 2F | 1B |
| Octal | 127 | 146 | 45 | 17 | 0 | 100 | 74 | 112 | 57 | 33 |
| Binary | 1010111 | 1100110 | 100101 | 1111 | 0 | 1000000 | 111100 | 1001010 | 101111 | 11011 |
Color Harmonies of #576625
Complementary color
Monochromatic Colors of #576625
Black with #576625
Text Example
Text Example
White with #576625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576625; }
p { color: rgb(87,102,37); }
H1.HeaderClassName
{
color: #576625;
}
.AnyTagClassName
{
color: #576625;
}
</style>
background-color css
<style>
a { background-color: #576625; }
a { background-color: rgb(87,102,37); }
div.DivClassName
{
background-color: #576625;
}
.BgClassName
{
background-color: #576625;
}
</style>
border-color css
<style>
span { border-color: #576625; }
span { border-color: rgb(87,102,37); }
td.TdClassName
{
border-color: #576625;
}
.TagClassName
{
border-color: #576625;
}
</style>