Shades of Saratoga #4F562B
Tints of Saratoga #4F562B
RGB
CMYK
RGB Variations
Color information
#4F562B (or 0x4F562B) is known color: Saratoga. HEX triplet: 4F, 56 and 2B. RGB value is (79,86,43). Sum of RGB (Red+Green+Blue) = 79+86+43=208 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.98% from 208); Green value is 86 (33.98% from 255 or 41.35% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 86 - color contains mainly: green. Hex color #4F562B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F562B is #B0A9D4. Grayscale: #4F4F4F. Windows color (decimal): -11577813 or 2840143. OLE color: 2840143.
HSL color Cylindrical-coordinate representation of color #4F562B: hue angle of 69.77º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F562B is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 79 | 86 | 43 | - |
| CMYK | 0.08 | 0 | 0.50 | 0.66 |
| HSL | 69.77º | 0.33% | 0.25% | - |
| HSV(B) | 69.77º | 0.5% | 0.34% | - |
| XYZ | 6.99 | 8.49 | 3.56 | - |
| YUV | 79.01 | 107.68 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 86 | 43 | 0.08 | 0 | 0.50 | 0.66 | 69.77 | 0.33 | 0.25 |
| Hex | 4F | 56 | 2B | 8 | 0 | 32 | 42 | 46 | 21 | 19 |
| Octal | 117 | 126 | 53 | 10 | 0 | 62 | 102 | 106 | 41 | 31 |
| Binary | 1001111 | 1010110 | 101011 | 1000 | 0 | 110010 | 1000010 | 1000110 | 100001 | 11001 |
Color Harmonies of #4F562B
Complementary color
Monochromatic Colors of #4F562B
Black with #4F562B
Text Example
Text Example
White with #4F562B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F562B; }
p { color: rgb(79,86,43); }
H1.HeaderClassName
{
color: #4F562B;
}
.AnyTagClassName
{
color: #4F562B;
}
</style>
background-color css
<style>
a { background-color: #4F562B; }
a { background-color: rgb(79,86,43); }
div.DivClassName
{
background-color: #4F562B;
}
.BgClassName
{
background-color: #4F562B;
}
</style>
border-color css
<style>
span { border-color: #4F562B; }
span { border-color: rgb(79,86,43); }
td.TdClassName
{
border-color: #4F562B;
}
.TagClassName
{
border-color: #4F562B;
}
</style>