Shades of Saratoga #4F592F
Tints of Saratoga #4F592F
RGB
CMYK
RGB Variations
Color information
#4F592F (or 0x4F592F) is known color: Saratoga. HEX triplet: 4F, 59 and 2F. RGB value is (79,89,47). Sum of RGB (Red+Green+Blue) = 79+89+47=215 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.74% from 215); Green value is 89 (35.16% from 255 or 41.40% from 215); Blue value is 47 (18.75% from 255 or 21.86% from 215); Max value from RGB is 89 - color contains mainly: green. Hex color #4F592F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F592F is #B0A6D0. Grayscale: #515151. Windows color (decimal): -11577041 or 3103055. OLE color: 3103055.
HSL color Cylindrical-coordinate representation of color #4F592F: hue angle of 74.29º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F592F is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 79 | 89 | 47 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.65 |
| HSL | 74.29º | 0.31% | 0.27% | - |
| HSV(B) | 74.29º | 0.47% | 0.35% | - |
| XYZ | 7.31 | 9.01 | 4.04 | - |
| YUV | 81.22 | 108.69 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 89 | 47 | 0.11 | 0 | 0.47 | 0.65 | 74.29 | 0.31 | 0.27 |
| Hex | 4F | 59 | 2F | B | 0 | 2F | 41 | 4A | 1F | 1B |
| Octal | 117 | 131 | 57 | 13 | 0 | 57 | 101 | 112 | 37 | 33 |
| Binary | 1001111 | 1011001 | 101111 | 1011 | 0 | 101111 | 1000001 | 1001010 | 11111 | 11011 |
Color Harmonies of #4F592F
Complementary color
Monochromatic Colors of #4F592F
Black with #4F592F
Text Example
Text Example
White with #4F592F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F592F; }
p { color: rgb(79,89,47); }
H1.HeaderClassName
{
color: #4F592F;
}
.AnyTagClassName
{
color: #4F592F;
}
</style>
background-color css
<style>
a { background-color: #4F592F; }
a { background-color: rgb(79,89,47); }
div.DivClassName
{
background-color: #4F592F;
}
.BgClassName
{
background-color: #4F592F;
}
</style>
border-color css
<style>
span { border-color: #4F592F; }
span { border-color: rgb(79,89,47); }
td.TdClassName
{
border-color: #4F592F;
}
.TagClassName
{
border-color: #4F592F;
}
</style>