Shades of Nutmeg #79493A
Tints of Nutmeg #79493A
RGB
CMYK
RGB Variations
Color information
#79493A (or 0x79493A) is known color: Nutmeg. HEX triplet: 79, 49 and 3A. RGB value is (121,73,58). Sum of RGB (Red+Green+Blue) = 121+73+58=252 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.02% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 121 - color contains mainly: red. Hex color #79493A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79493A is #86B6C5. Grayscale: #555555. Windows color (decimal): -8828614 or 3819897. OLE color: 3819897.
HSL color Cylindrical-coordinate representation of color #79493A: hue angle of 14.29º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #79493A is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 73 | 58 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.53 |
| HSL | 14.29º | 0.35% | 0.35% | - |
| HSV(B) | 14.29º | 0.52% | 0.47% | - |
| XYZ | 11.03 | 9.14 | 5.18 | - |
| YUV | 85.64 | 112.4 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 73 | 58 | 0 | 0.40 | 0.52 | 0.53 | 14.29 | 0.35 | 0.35 |
| Hex | 79 | 49 | 3A | 0 | 28 | 34 | 35 | E | 23 | 23 |
| Octal | 171 | 111 | 72 | 0 | 50 | 64 | 65 | 16 | 43 | 43 |
| Binary | 1111001 | 1001001 | 111010 | 0 | 101000 | 110100 | 110101 | 1110 | 100011 | 100011 |
Color Harmonies of #79493A
Complementary color
Monochromatic Colors of #79493A
Black with #79493A
Text Example
Text Example
White with #79493A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79493A; }
p { color: rgb(121,73,58); }
H1.HeaderClassName
{
color: #79493A;
}
.AnyTagClassName
{
color: #79493A;
}
</style>
background-color css
<style>
a { background-color: #79493A; }
a { background-color: rgb(121,73,58); }
div.DivClassName
{
background-color: #79493A;
}
.BgClassName
{
background-color: #79493A;
}
</style>
border-color css
<style>
span { border-color: #79493A; }
span { border-color: rgb(121,73,58); }
td.TdClassName
{
border-color: #79493A;
}
.TagClassName
{
border-color: #79493A;
}
</style>