Shades of Nutmeg #79483B
Tints of Nutmeg #79483B
RGB
CMYK
RGB Variations
Color information
#79483B (or 0x79483B) is known color: Nutmeg. HEX triplet: 79, 48 and 3B. RGB value is (121,72,59). Sum of RGB (Red+Green+Blue) = 121+72+59=252 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.02% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 59 (23.44% from 255 or 23.41% from 252); Max value from RGB is 121 - color contains mainly: red. Hex color #79483B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79483B is #86B7C4. Grayscale: #555555. Windows color (decimal): -8828869 or 3885177. OLE color: 3885177.
HSL color Cylindrical-coordinate representation of color #79483B: hue angle of 12.58º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #79483B is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 72 | 59 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.53 |
| HSL | 12.58º | 0.34% | 0.35% | - |
| HSV(B) | 12.58º | 0.51% | 0.47% | - |
| XYZ | 10.99 | 9.02 | 5.3 | - |
| YUV | 85.17 | 113.23 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 72 | 59 | 0 | 0.40 | 0.51 | 0.53 | 12.58 | 0.34 | 0.35 |
| Hex | 79 | 48 | 3B | 0 | 28 | 33 | 35 | D | 22 | 23 |
| Octal | 171 | 110 | 73 | 0 | 50 | 63 | 65 | 15 | 42 | 43 |
| Binary | 1111001 | 1001000 | 111011 | 0 | 101000 | 110011 | 110101 | 1101 | 100010 | 100011 |
Color Harmonies of #79483B
Complementary color
Monochromatic Colors of #79483B
Black with #79483B
Text Example
Text Example
White with #79483B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79483B; }
p { color: rgb(121,72,59); }
H1.HeaderClassName
{
color: #79483B;
}
.AnyTagClassName
{
color: #79483B;
}
</style>
background-color css
<style>
a { background-color: #79483B; }
a { background-color: rgb(121,72,59); }
div.DivClassName
{
background-color: #79483B;
}
.BgClassName
{
background-color: #79483B;
}
</style>
border-color css
<style>
span { border-color: #79483B; }
span { border-color: rgb(121,72,59); }
td.TdClassName
{
border-color: #79483B;
}
.TagClassName
{
border-color: #79483B;
}
</style>