Shades of Nutmeg #794D44
Tints of Nutmeg #794D44
RGB
CMYK
RGB Variations
Color information
#794D44 (or 0x794D44) is known color: Nutmeg. HEX triplet: 79, 4D and 44. RGB value is (121,77,68). Sum of RGB (Red+Green+Blue) = 121+77+68=266 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.49% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 68 (26.95% from 255 or 25.56% from 266); Max value from RGB is 121 - color contains mainly: red. Hex color #794D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #794D44 is #86B2BB. Grayscale: #595959. Windows color (decimal): -8827580 or 4476281. OLE color: 4476281.
HSL color Cylindrical-coordinate representation of color #794D44: hue angle of 10.19º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #794D44 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 77 | 68 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.53 |
| HSL | 10.19º | 0.28% | 0.37% | - |
| HSV(B) | 10.19º | 0.44% | 0.47% | - |
| XYZ | 11.58 | 9.79 | 6.75 | - |
| YUV | 89.13 | 116.08 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 77 | 68 | 0 | 0.36 | 0.44 | 0.53 | 10.19 | 0.28 | 0.37 |
| Hex | 79 | 4D | 44 | 0 | 24 | 2C | 35 | A | 1C | 25 |
| Octal | 171 | 115 | 104 | 0 | 44 | 54 | 65 | 12 | 34 | 45 |
| Binary | 1111001 | 1001101 | 1000100 | 0 | 100100 | 101100 | 110101 | 1010 | 11100 | 100101 |
Color Harmonies of #794D44
Complementary color
Monochromatic Colors of #794D44
Black with #794D44
Text Example
Text Example
White with #794D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794D44; }
p { color: rgb(121,77,68); }
H1.HeaderClassName
{
color: #794D44;
}
.AnyTagClassName
{
color: #794D44;
}
</style>
background-color css
<style>
a { background-color: #794D44; }
a { background-color: rgb(121,77,68); }
div.DivClassName
{
background-color: #794D44;
}
.BgClassName
{
background-color: #794D44;
}
</style>
border-color css
<style>
span { border-color: #794D44; }
span { border-color: rgb(121,77,68); }
td.TdClassName
{
border-color: #794D44;
}
.TagClassName
{
border-color: #794D44;
}
</style>