Shades of Nutmeg #794C3E
Tints of Nutmeg #794C3E
RGB
CMYK
RGB Variations
Color information
#794C3E (or 0x794C3E) is known color: Nutmeg. HEX triplet: 79, 4C and 3E. RGB value is (121,76,62). Sum of RGB (Red+Green+Blue) = 121+76+62=259 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.72% from 259); Green value is 76 (30.08% from 255 or 29.34% from 259); Blue value is 62 (24.61% from 255 or 23.94% from 259); Max value from RGB is 121 - color contains mainly: red. Hex color #794C3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794C3E is #86B3C1. Grayscale: #575757. Windows color (decimal): -8827842 or 4082809. OLE color: 4082809.
HSL color Cylindrical-coordinate representation of color #794C3E: hue angle of 14.24º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #794C3E is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 76 | 62 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.53 |
| HSL | 14.24º | 0.32% | 0.36% | - |
| HSV(B) | 14.24º | 0.49% | 0.47% | - |
| XYZ | 11.34 | 9.58 | 5.81 | - |
| YUV | 87.86 | 113.41 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 76 | 62 | 0 | 0.37 | 0.49 | 0.53 | 14.24 | 0.32 | 0.36 |
| Hex | 79 | 4C | 3E | 0 | 25 | 31 | 35 | E | 20 | 24 |
| Octal | 171 | 114 | 76 | 0 | 45 | 61 | 65 | 16 | 40 | 44 |
| Binary | 1111001 | 1001100 | 111110 | 0 | 100101 | 110001 | 110101 | 1110 | 100000 | 100100 |
Color Harmonies of #794C3E
Complementary color
Monochromatic Colors of #794C3E
Black with #794C3E
Text Example
Text Example
White with #794C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794C3E; }
p { color: rgb(121,76,62); }
H1.HeaderClassName
{
color: #794C3E;
}
.AnyTagClassName
{
color: #794C3E;
}
</style>
background-color css
<style>
a { background-color: #794C3E; }
a { background-color: rgb(121,76,62); }
div.DivClassName
{
background-color: #794C3E;
}
.BgClassName
{
background-color: #794C3E;
}
</style>
border-color css
<style>
span { border-color: #794C3E; }
span { border-color: rgb(121,76,62); }
td.TdClassName
{
border-color: #794C3E;
}
.TagClassName
{
border-color: #794C3E;
}
</style>