Shades of Nutmeg #7F493D
Tints of Nutmeg #7F493D
RGB
CMYK
RGB Variations
Color information
#7F493D (or 0x7F493D) is known color: Nutmeg. HEX triplet: 7F, 49 and 3D. RGB value is (127,73,61). Sum of RGB (Red+Green+Blue) = 127+73+61=261 (34% of max value = 765). Red value is 127 (50% from 255 or 48.66% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 61 (24.22% from 255 or 23.37% from 261); Max value from RGB is 127 - color contains mainly: red. Hex color #7F493D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F493D is #80B6C2. Grayscale: #575757. Windows color (decimal): -8435395 or 4016511. OLE color: 4016511.
HSL color Cylindrical-coordinate representation of color #7F493D: hue angle of 10.91º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7F493D is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 73 | 61 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.50 |
| HSL | 10.91º | 0.35% | 0.37% | - |
| HSV(B) | 10.91º | 0.52% | 0.5% | - |
| XYZ | 11.98 | 9.61 | 5.64 | - |
| YUV | 87.78 | 112.89 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 73 | 61 | 0 | 0.43 | 0.52 | 0.50 | 10.91 | 0.35 | 0.37 |
| Hex | 7F | 49 | 3D | 0 | 2B | 34 | 32 | B | 23 | 25 |
| Octal | 177 | 111 | 75 | 0 | 53 | 64 | 62 | 13 | 43 | 45 |
| Binary | 1111111 | 1001001 | 111101 | 0 | 101011 | 110100 | 110010 | 1011 | 100011 | 100101 |
Color Harmonies of #7F493D
Complementary color
Monochromatic Colors of #7F493D
Black with #7F493D
Text Example
Text Example
White with #7F493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F493D; }
p { color: rgb(127,73,61); }
H1.HeaderClassName
{
color: #7F493D;
}
.AnyTagClassName
{
color: #7F493D;
}
</style>
background-color css
<style>
a { background-color: #7F493D; }
a { background-color: rgb(127,73,61); }
div.DivClassName
{
background-color: #7F493D;
}
.BgClassName
{
background-color: #7F493D;
}
</style>
border-color css
<style>
span { border-color: #7F493D; }
span { border-color: rgb(127,73,61); }
td.TdClassName
{
border-color: #7F493D;
}
.TagClassName
{
border-color: #7F493D;
}
</style>