Shades of Saratoga #4F552C
Tints of Saratoga #4F552C
RGB
CMYK
RGB Variations
Color information
#4F552C (or 0x4F552C) is known color: Saratoga. HEX triplet: 4F, 55 and 2C. RGB value is (79,85,44). Sum of RGB (Red+Green+Blue) = 79+85+44=208 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.98% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 85 - color contains mainly: green. Hex color #4F552C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F552C is #B0AAD3. Grayscale: #4E4E4E. Windows color (decimal): -11578068 or 2905423. OLE color: 2905423.
HSL color Cylindrical-coordinate representation of color #4F552C: hue angle of 68.78º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F552C is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 79 | 85 | 44 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.67 |
| HSL | 68.78º | 0.32% | 0.25% | - |
| HSV(B) | 68.78º | 0.48% | 0.33% | - |
| XYZ | 6.93 | 8.34 | 3.63 | - |
| YUV | 78.53 | 108.51 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 85 | 44 | 0.07 | 0 | 0.48 | 0.67 | 68.78 | 0.32 | 0.25 |
| Hex | 4F | 55 | 2C | 7 | 0 | 30 | 43 | 45 | 20 | 19 |
| Octal | 117 | 125 | 54 | 7 | 0 | 60 | 103 | 105 | 40 | 31 |
| Binary | 1001111 | 1010101 | 101100 | 111 | 0 | 110000 | 1000011 | 1000101 | 100000 | 11001 |
Color Harmonies of #4F552C
Complementary color
Monochromatic Colors of #4F552C
Black with #4F552C
Text Example
Text Example
White with #4F552C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F552C; }
p { color: rgb(79,85,44); }
H1.HeaderClassName
{
color: #4F552C;
}
.AnyTagClassName
{
color: #4F552C;
}
</style>
background-color css
<style>
a { background-color: #4F552C; }
a { background-color: rgb(79,85,44); }
div.DivClassName
{
background-color: #4F552C;
}
.BgClassName
{
background-color: #4F552C;
}
</style>
border-color css
<style>
span { border-color: #4F552C; }
span { border-color: rgb(79,85,44); }
td.TdClassName
{
border-color: #4F552C;
}
.TagClassName
{
border-color: #4F552C;
}
</style>