Shades of Saratoga #4E582B
Tints of Saratoga #4E582B
RGB
CMYK
RGB Variations
Color information
#4E582B (or 0x4E582B) is known color: Saratoga. HEX triplet: 4E, 58 and 2B. RGB value is (78,88,43). Sum of RGB (Red+Green+Blue) = 78+88+43=209 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.32% from 209); Green value is 88 (34.77% from 255 or 42.11% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 88 - color contains mainly: green. Hex color #4E582B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E582B is #B1A7D4. Grayscale: #505050. Windows color (decimal): -11642837 or 2840654. OLE color: 2840654.
HSL color Cylindrical-coordinate representation of color #4E582B: hue angle of 73.33º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E582B is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 88 | 43 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.65 |
| HSL | 73.33º | 0.34% | 0.26% | - |
| HSV(B) | 73.33º | 0.51% | 0.35% | - |
| XYZ | 7.07 | 8.77 | 3.61 | - |
| YUV | 79.88 | 107.19 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 88 | 43 | 0.11 | 0 | 0.51 | 0.65 | 73.33 | 0.34 | 0.26 |
| Hex | 4E | 58 | 2B | B | 0 | 33 | 41 | 49 | 22 | 1A |
| Octal | 116 | 130 | 53 | 13 | 0 | 63 | 101 | 111 | 42 | 32 |
| Binary | 1001110 | 1011000 | 101011 | 1011 | 0 | 110011 | 1000001 | 1001001 | 100010 | 11010 |
Color Harmonies of #4E582B
Complementary color
Monochromatic Colors of #4E582B
Black with #4E582B
Text Example
Text Example
White with #4E582B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E582B; }
p { color: rgb(78,88,43); }
H1.HeaderClassName
{
color: #4E582B;
}
.AnyTagClassName
{
color: #4E582B;
}
</style>
background-color css
<style>
a { background-color: #4E582B; }
a { background-color: rgb(78,88,43); }
div.DivClassName
{
background-color: #4E582B;
}
.BgClassName
{
background-color: #4E582B;
}
</style>
border-color css
<style>
span { border-color: #4E582B; }
span { border-color: rgb(78,88,43); }
td.TdClassName
{
border-color: #4E582B;
}
.TagClassName
{
border-color: #4E582B;
}
</style>