Shades of Saratoga #4E572E
Tints of Saratoga #4E572E
RGB
CMYK
RGB Variations
Color information
#4E572E (or 0x4E572E) is known color: Saratoga. HEX triplet: 4E, 57 and 2E. RGB value is (78,87,46). Sum of RGB (Red+Green+Blue) = 78+87+46=211 (27% of max value = 765). Red value is 78 (30.86% from 255 or 36.97% from 211); Green value is 87 (34.38% from 255 or 41.23% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 87 - color contains mainly: green. Hex color #4E572E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E572E is #B1A8D1. Grayscale: #4F4F4F. Windows color (decimal): -11643090 or 3037006. OLE color: 3037006.
HSL color Cylindrical-coordinate representation of color #4E572E: hue angle of 73.17º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E572E is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 78 | 87 | 46 | - |
| CMYK | 0.10 | 0 | 0.47 | 0.66 |
| HSL | 73.17º | 0.31% | 0.26% | - |
| HSV(B) | 73.17º | 0.47% | 0.34% | - |
| XYZ | 7.04 | 8.63 | 3.88 | - |
| YUV | 79.64 | 109.02 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 87 | 46 | 0.10 | 0 | 0.47 | 0.66 | 73.17 | 0.31 | 0.26 |
| Hex | 4E | 57 | 2E | A | 0 | 2F | 42 | 49 | 1F | 1A |
| Octal | 116 | 127 | 56 | 12 | 0 | 57 | 102 | 111 | 37 | 32 |
| Binary | 1001110 | 1010111 | 101110 | 1010 | 0 | 101111 | 1000010 | 1001001 | 11111 | 11010 |
Color Harmonies of #4E572E
Complementary color
Monochromatic Colors of #4E572E
Black with #4E572E
Text Example
Text Example
White with #4E572E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E572E; }
p { color: rgb(78,87,46); }
H1.HeaderClassName
{
color: #4E572E;
}
.AnyTagClassName
{
color: #4E572E;
}
</style>
background-color css
<style>
a { background-color: #4E572E; }
a { background-color: rgb(78,87,46); }
div.DivClassName
{
background-color: #4E572E;
}
.BgClassName
{
background-color: #4E572E;
}
</style>
border-color css
<style>
span { border-color: #4E572E; }
span { border-color: rgb(78,87,46); }
td.TdClassName
{
border-color: #4E572E;
}
.TagClassName
{
border-color: #4E572E;
}
</style>