Shades of Nutmeg #794D45
Tints of Nutmeg #794D45
RGB
CMYK
RGB Variations
Color information
#794D45 (or 0x794D45) is known color: Nutmeg. HEX triplet: 79, 4D and 45. RGB value is (121,77,69). Sum of RGB (Red+Green+Blue) = 121+77+69=267 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.32% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 69 (27.34% from 255 or 25.84% from 267); Max value from RGB is 121 - color contains mainly: red. Hex color #794D45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #794D45 is #86B2BA. Grayscale: #595959. Windows color (decimal): -8827579 or 4541817. OLE color: 4541817.
HSL color Cylindrical-coordinate representation of color #794D45: hue angle of 9.23º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #794D45 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 77 | 69 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.53 |
| HSL | 9.23º | 0.27% | 0.37% | - |
| HSV(B) | 9.23º | 0.43% | 0.47% | - |
| XYZ | 11.61 | 9.8 | 6.91 | - |
| YUV | 89.24 | 116.58 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 77 | 69 | 0 | 0.36 | 0.43 | 0.53 | 9.23 | 0.27 | 0.37 |
| Hex | 79 | 4D | 45 | 0 | 24 | 2B | 35 | 9 | 1B | 25 |
| Octal | 171 | 115 | 105 | 0 | 44 | 53 | 65 | 11 | 33 | 45 |
| Binary | 1111001 | 1001101 | 1000101 | 0 | 100100 | 101011 | 110101 | 1001 | 11011 | 100101 |
Color Harmonies of #794D45
Complementary color
Monochromatic Colors of #794D45
Black with #794D45
Text Example
Text Example
White with #794D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794D45; }
p { color: rgb(121,77,69); }
H1.HeaderClassName
{
color: #794D45;
}
.AnyTagClassName
{
color: #794D45;
}
</style>
background-color css
<style>
a { background-color: #794D45; }
a { background-color: rgb(121,77,69); }
div.DivClassName
{
background-color: #794D45;
}
.BgClassName
{
background-color: #794D45;
}
</style>
border-color css
<style>
span { border-color: #794D45; }
span { border-color: rgb(121,77,69); }
td.TdClassName
{
border-color: #794D45;
}
.TagClassName
{
border-color: #794D45;
}
</style>