Shades of Saratoga #4E5C27
Tints of Saratoga #4E5C27
RGB
CMYK
RGB Variations
Color information
#4E5C27 (or 0x4E5C27) is known color: Saratoga. HEX triplet: 4E, 5C and 27. RGB value is (78,92,39). Sum of RGB (Red+Green+Blue) = 78+92+39=209 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.32% from 209); Green value is 92 (36.33% from 255 or 44.02% from 209); Blue value is 39 (15.62% from 255 or 18.66% from 209); Max value from RGB is 92 - color contains mainly: green. Hex color #4E5C27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5C27 is #B1A3D8. Grayscale: #515151. Windows color (decimal): -11641817 or 2579534. OLE color: 2579534.
HSL color Cylindrical-coordinate representation of color #4E5C27: hue angle of 75.85º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E5C27 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 92 | 39 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.64 |
| HSL | 75.85º | 0.4% | 0.26% | - |
| HSV(B) | 75.85º | 0.58% | 0.36% | - |
| XYZ | 7.34 | 9.42 | 3.35 | - |
| YUV | 81.77 | 103.86 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 92 | 39 | 0.15 | 0 | 0.58 | 0.64 | 75.85 | 0.4 | 0.26 |
| Hex | 4E | 5C | 27 | F | 0 | 3A | 40 | 4C | 28 | 1A |
| Octal | 116 | 134 | 47 | 17 | 0 | 72 | 100 | 114 | 50 | 32 |
| Binary | 1001110 | 1011100 | 100111 | 1111 | 0 | 111010 | 1000000 | 1001100 | 101000 | 11010 |
Color Harmonies of #4E5C27
Complementary color
Monochromatic Colors of #4E5C27
Black with #4E5C27
Text Example
Text Example
White with #4E5C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5C27; }
p { color: rgb(78,92,39); }
H1.HeaderClassName
{
color: #4E5C27;
}
.AnyTagClassName
{
color: #4E5C27;
}
</style>
background-color css
<style>
a { background-color: #4E5C27; }
a { background-color: rgb(78,92,39); }
div.DivClassName
{
background-color: #4E5C27;
}
.BgClassName
{
background-color: #4E5C27;
}
</style>
border-color css
<style>
span { border-color: #4E5C27; }
span { border-color: rgb(78,92,39); }
td.TdClassName
{
border-color: #4E5C27;
}
.TagClassName
{
border-color: #4E5C27;
}
</style>