Shades of Nutmeg #7E4839
Tints of Nutmeg #7E4839
RGB
CMYK
RGB Variations
Color information
#7E4839 (or 0x7E4839) is known color: Nutmeg. HEX triplet: 7E, 48 and 39. RGB value is (126,72,57). Sum of RGB (Red+Green+Blue) = 126+72+57=255 (33% of max value = 765). Red value is 126 (49.61% from 255 or 49.41% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 57 (22.66% from 255 or 22.35% from 255); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4839 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E4839 is #81B7C6. Grayscale: #565656. Windows color (decimal): -8501191 or 3754110. OLE color: 3754110.
HSL color Cylindrical-coordinate representation of color #7E4839: hue angle of 13.04º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7E4839 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 72 | 57 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.51 |
| HSL | 13.04º | 0.38% | 0.36% | - |
| HSV(B) | 13.04º | 0.55% | 0.49% | - |
| XYZ | 11.66 | 9.37 | 5.06 | - |
| YUV | 86.44 | 111.39 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 72 | 57 | 0 | 0.43 | 0.55 | 0.51 | 13.04 | 0.38 | 0.36 |
| Hex | 7E | 48 | 39 | 0 | 2B | 37 | 33 | D | 26 | 24 |
| Octal | 176 | 110 | 71 | 0 | 53 | 67 | 63 | 15 | 46 | 44 |
| Binary | 1111110 | 1001000 | 111001 | 0 | 101011 | 110111 | 110011 | 1101 | 100110 | 100100 |
Color Harmonies of #7E4839
Complementary color
Monochromatic Colors of #7E4839
Black with #7E4839
Text Example
Text Example
White with #7E4839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4839; }
p { color: rgb(126,72,57); }
H1.HeaderClassName
{
color: #7E4839;
}
.AnyTagClassName
{
color: #7E4839;
}
</style>
background-color css
<style>
a { background-color: #7E4839; }
a { background-color: rgb(126,72,57); }
div.DivClassName
{
background-color: #7E4839;
}
.BgClassName
{
background-color: #7E4839;
}
</style>
border-color css
<style>
span { border-color: #7E4839; }
span { border-color: rgb(126,72,57); }
td.TdClassName
{
border-color: #7E4839;
}
.TagClassName
{
border-color: #7E4839;
}
</style>