Shades of Saratoga #575E1E
Tints of Saratoga #575E1E
RGB
CMYK
RGB Variations
Color information
#575E1E (or 0x575E1E) is known color: Saratoga. HEX triplet: 57, 5E and 1E. RGB value is (87,94,30). Sum of RGB (Red+Green+Blue) = 87+94+30=211 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.23% from 211); Green value is 94 (37.11% from 255 or 44.55% from 211); Blue value is 30 (12.11% from 255 or 14.22% from 211); Max value from RGB is 94 - color contains mainly: green. Hex color #575E1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575E1E is #A8A1E1. Grayscale: #545454. Windows color (decimal): -11051490 or 1990231. OLE color: 1990231.
HSL color Cylindrical-coordinate representation of color #575E1E: hue angle of 66.56º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #575E1E is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 87 | 94 | 30 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.63 |
| HSL | 66.56º | 0.52% | 0.24% | - |
| HSV(B) | 66.56º | 0.68% | 0.37% | - |
| XYZ | 8.17 | 10.13 | 2.75 | - |
| YUV | 84.61 | 97.18 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 94 | 30 | 0.07 | 0 | 0.68 | 0.63 | 66.56 | 0.52 | 0.24 |
| Hex | 57 | 5E | 1E | 7 | 0 | 44 | 3F | 43 | 34 | 18 |
| Octal | 127 | 136 | 36 | 7 | 0 | 104 | 77 | 103 | 64 | 30 |
| Binary | 1010111 | 1011110 | 11110 | 111 | 0 | 1000100 | 111111 | 1000011 | 110100 | 11000 |
Color Harmonies of #575E1E
Complementary color
Monochromatic Colors of #575E1E
Black with #575E1E
Text Example
Text Example
White with #575E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575E1E; }
p { color: rgb(87,94,30); }
H1.HeaderClassName
{
color: #575E1E;
}
.AnyTagClassName
{
color: #575E1E;
}
</style>
background-color css
<style>
a { background-color: #575E1E; }
a { background-color: rgb(87,94,30); }
div.DivClassName
{
background-color: #575E1E;
}
.BgClassName
{
background-color: #575E1E;
}
</style>
border-color css
<style>
span { border-color: #575E1E; }
span { border-color: rgb(87,94,30); }
td.TdClassName
{
border-color: #575E1E;
}
.TagClassName
{
border-color: #575E1E;
}
</style>