Shades of Saratoga #4F562E
Tints of Saratoga #4F562E
RGB
CMYK
RGB Variations
Color information
#4F562E (or 0x4F562E) is known color: Saratoga. HEX triplet: 4F, 56 and 2E. RGB value is (79,86,46). Sum of RGB (Red+Green+Blue) = 79+86+46=211 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.44% from 211); Green value is 86 (33.98% from 255 or 40.76% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 86 - color contains mainly: green. Hex color #4F562E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F562E is #B0A9D1. Grayscale: #4F4F4F. Windows color (decimal): -11577810 or 3036751. OLE color: 3036751.
HSL color Cylindrical-coordinate representation of color #4F562E: hue angle of 70.5º degrees, saturation: 0.3, 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 #4F562E is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 79 | 86 | 46 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.66 |
| HSL | 70.5º | 0.3% | 0.26% | - |
| HSV(B) | 70.5º | 0.47% | 0.34% | - |
| XYZ | 7.05 | 8.52 | 3.86 | - |
| YUV | 79.35 | 109.18 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 86 | 46 | 0.08 | 0 | 0.47 | 0.66 | 70.5 | 0.3 | 0.26 |
| Hex | 4F | 56 | 2E | 8 | 0 | 2F | 42 | 46 | 1E | 1A |
| Octal | 117 | 126 | 56 | 10 | 0 | 57 | 102 | 106 | 36 | 32 |
| Binary | 1001111 | 1010110 | 101110 | 1000 | 0 | 101111 | 1000010 | 1000110 | 11110 | 11010 |
Color Harmonies of #4F562E
Complementary color
Monochromatic Colors of #4F562E
Black with #4F562E
Text Example
Text Example
White with #4F562E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F562E; }
p { color: rgb(79,86,46); }
H1.HeaderClassName
{
color: #4F562E;
}
.AnyTagClassName
{
color: #4F562E;
}
</style>
background-color css
<style>
a { background-color: #4F562E; }
a { background-color: rgb(79,86,46); }
div.DivClassName
{
background-color: #4F562E;
}
.BgClassName
{
background-color: #4F562E;
}
</style>
border-color css
<style>
span { border-color: #4F562E; }
span { border-color: rgb(79,86,46); }
td.TdClassName
{
border-color: #4F562E;
}
.TagClassName
{
border-color: #4F562E;
}
</style>