Shades of Saratoga #4F592C
Tints of Saratoga #4F592C
RGB
CMYK
RGB Variations
Color information
#4F592C (or 0x4F592C) is known color: Saratoga. HEX triplet: 4F, 59 and 2C. RGB value is (79,89,44). Sum of RGB (Red+Green+Blue) = 79+89+44=212 (28% of max value = 765). Red value is 79 (31.25% from 255 or 37.26% from 212); Green value is 89 (35.16% from 255 or 41.98% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 89 - color contains mainly: green. Hex color #4F592C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F592C is #B0A6D3. Grayscale: #515151. Windows color (decimal): -11577044 or 2906447. OLE color: 2906447.
HSL color Cylindrical-coordinate representation of color #4F592C: 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 #4F592C is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 79 | 89 | 44 | - |
| 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.25 | 8.99 | 3.74 | - |
| YUV | 80.88 | 107.19 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 89 | 44 | 0.11 | 0 | 0.51 | 0.65 | 73.33 | 0.34 | 0.26 |
| Hex | 4F | 59 | 2C | B | 0 | 33 | 41 | 49 | 22 | 1A |
| Octal | 117 | 131 | 54 | 13 | 0 | 63 | 101 | 111 | 42 | 32 |
| Binary | 1001111 | 1011001 | 101100 | 1011 | 0 | 110011 | 1000001 | 1001001 | 100010 | 11010 |
Color Harmonies of #4F592C
Complementary color
Monochromatic Colors of #4F592C
Black with #4F592C
Text Example
Text Example
White with #4F592C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F592C; }
p { color: rgb(79,89,44); }
H1.HeaderClassName
{
color: #4F592C;
}
.AnyTagClassName
{
color: #4F592C;
}
</style>
background-color css
<style>
a { background-color: #4F592C; }
a { background-color: rgb(79,89,44); }
div.DivClassName
{
background-color: #4F592C;
}
.BgClassName
{
background-color: #4F592C;
}
</style>
border-color css
<style>
span { border-color: #4F592C; }
span { border-color: rgb(79,89,44); }
td.TdClassName
{
border-color: #4F592C;
}
.TagClassName
{
border-color: #4F592C;
}
</style>