Shades of Nutmeg #7D4A39
Tints of Nutmeg #7D4A39
RGB
CMYK
RGB Variations
Color information
#7D4A39 (or 0x7D4A39) is known color: Nutmeg. HEX triplet: 7D, 4A and 39. RGB value is (125,74,57). Sum of RGB (Red+Green+Blue) = 125+74+57=256 (33% of max value = 765). Red value is 125 (49.22% from 255 or 48.83% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 57 (22.66% from 255 or 22.27% from 256); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4A39 is #82B5C6. Grayscale: #575757. Windows color (decimal): -8566215 or 3754621. OLE color: 3754621.
HSL color Cylindrical-coordinate representation of color #7D4A39: hue angle of 15º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7D4A39 is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 74 | 57 | - |
| CMYK | 0 | 0.41 | 0.54 | 0.51 |
| HSL | 15º | 0.37% | 0.36% | - |
| HSV(B) | 15º | 0.54% | 0.49% | - |
| XYZ | 11.64 | 9.55 | 5.1 | - |
| YUV | 87.31 | 110.9 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 74 | 57 | 0 | 0.41 | 0.54 | 0.51 | 15 | 0.37 | 0.36 |
| Hex | 7D | 4A | 39 | 0 | 29 | 36 | 33 | F | 25 | 24 |
| Octal | 175 | 112 | 71 | 0 | 51 | 66 | 63 | 17 | 45 | 44 |
| Binary | 1111101 | 1001010 | 111001 | 0 | 101001 | 110110 | 110011 | 1111 | 100101 | 100100 |
Color Harmonies of #7D4A39
Complementary color
Monochromatic Colors of #7D4A39
Black with #7D4A39
Text Example
Text Example
White with #7D4A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4A39; }
p { color: rgb(125,74,57); }
H1.HeaderClassName
{
color: #7D4A39;
}
.AnyTagClassName
{
color: #7D4A39;
}
</style>
background-color css
<style>
a { background-color: #7D4A39; }
a { background-color: rgb(125,74,57); }
div.DivClassName
{
background-color: #7D4A39;
}
.BgClassName
{
background-color: #7D4A39;
}
</style>
border-color css
<style>
span { border-color: #7D4A39; }
span { border-color: rgb(125,74,57); }
td.TdClassName
{
border-color: #7D4A39;
}
.TagClassName
{
border-color: #7D4A39;
}
</style>