Shades of Nutmeg #794E41
Tints of Nutmeg #794E41
RGB
CMYK
RGB Variations
Color information
#794E41 (or 0x794E41) is known color: Nutmeg. HEX triplet: 79, 4E and 41. RGB value is (121,78,65). Sum of RGB (Red+Green+Blue) = 121+78+65=264 (34% of max value = 765). Red value is 121 (47.66% from 255 or 45.83% from 264); Green value is 78 (30.86% from 255 or 29.55% from 264); Blue value is 65 (25.78% from 255 or 24.62% from 264); Max value from RGB is 121 - color contains mainly: red. Hex color #794E41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #794E41 is #86B1BE. Grayscale: #595959. Windows color (decimal): -8827327 or 4279929. OLE color: 4279929.
HSL color Cylindrical-coordinate representation of color #794E41: hue angle of 13.93º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #794E41 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 78 | 65 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.53 |
| HSL | 13.93º | 0.3% | 0.36% | - |
| HSV(B) | 13.93º | 0.46% | 0.47% | - |
| XYZ | 11.56 | 9.9 | 6.3 | - |
| YUV | 89.38 | 114.25 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 78 | 65 | 0 | 0.36 | 0.46 | 0.53 | 13.93 | 0.3 | 0.36 |
| Hex | 79 | 4E | 41 | 0 | 24 | 2E | 35 | E | 1E | 24 |
| Octal | 171 | 116 | 101 | 0 | 44 | 56 | 65 | 16 | 36 | 44 |
| Binary | 1111001 | 1001110 | 1000001 | 0 | 100100 | 101110 | 110101 | 1110 | 11110 | 100100 |
Color Harmonies of #794E41
Complementary color
Monochromatic Colors of #794E41
Black with #794E41
Text Example
Text Example
White with #794E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794E41; }
p { color: rgb(121,78,65); }
H1.HeaderClassName
{
color: #794E41;
}
.AnyTagClassName
{
color: #794E41;
}
</style>
background-color css
<style>
a { background-color: #794E41; }
a { background-color: rgb(121,78,65); }
div.DivClassName
{
background-color: #794E41;
}
.BgClassName
{
background-color: #794E41;
}
</style>
border-color css
<style>
span { border-color: #794E41; }
span { border-color: rgb(121,78,65); }
td.TdClassName
{
border-color: #794E41;
}
.TagClassName
{
border-color: #794E41;
}
</style>