Shades of Nutmeg #794F47
Tints of Nutmeg #794F47
RGB
CMYK
RGB Variations
Color information
#794F47 (or 0x794F47) is known color: Nutmeg. HEX triplet: 79, 4F and 47. RGB value is (121,79,71). Sum of RGB (Red+Green+Blue) = 121+79+71=271 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.65% from 271); Green value is 79 (31.25% from 255 or 29.15% from 271); Blue value is 71 (28.12% from 255 or 26.20% from 271); Max value from RGB is 121 - color contains mainly: red. Hex color #794F47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #794F47 is #86B0B8. Grayscale: #5A5A5A. Windows color (decimal): -8827065 or 4673401. OLE color: 4673401.
HSL color Cylindrical-coordinate representation of color #794F47: hue angle of 9.6º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #794F47 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 79 | 71 | - |
| CMYK | 0 | 0.35 | 0.41 | 0.53 |
| HSL | 9.6º | 0.26% | 0.38% | - |
| HSV(B) | 9.6º | 0.41% | 0.47% | - |
| XYZ | 11.82 | 10.11 | 7.29 | - |
| YUV | 90.65 | 116.91 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 79 | 71 | 0 | 0.35 | 0.41 | 0.53 | 9.6 | 0.26 | 0.38 |
| Hex | 79 | 4F | 47 | 0 | 23 | 29 | 35 | A | 1A | 26 |
| Octal | 171 | 117 | 107 | 0 | 43 | 51 | 65 | 12 | 32 | 46 |
| Binary | 1111001 | 1001111 | 1000111 | 0 | 100011 | 101001 | 110101 | 1010 | 11010 | 100110 |
Color Harmonies of #794F47
Complementary color
Monochromatic Colors of #794F47
Black with #794F47
Text Example
Text Example
White with #794F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794F47; }
p { color: rgb(121,79,71); }
H1.HeaderClassName
{
color: #794F47;
}
.AnyTagClassName
{
color: #794F47;
}
</style>
background-color css
<style>
a { background-color: #794F47; }
a { background-color: rgb(121,79,71); }
div.DivClassName
{
background-color: #794F47;
}
.BgClassName
{
background-color: #794F47;
}
</style>
border-color css
<style>
span { border-color: #794F47; }
span { border-color: rgb(121,79,71); }
td.TdClassName
{
border-color: #794F47;
}
.TagClassName
{
border-color: #794F47;
}
</style>