Shades of Nutmeg #7C5141
Tints of Nutmeg #7C5141
RGB
CMYK
RGB Variations
Color information
#7C5141 (or 0x7C5141) is known color: Nutmeg. HEX triplet: 7C, 51 and 41. RGB value is (124,81,65). Sum of RGB (Red+Green+Blue) = 124+81+65=270 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.93% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 65 (25.78% from 255 or 24.07% from 270); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5141 is #83AEBE. Grayscale: #5C5C5C. Windows color (decimal): -8629951 or 4280700. OLE color: 4280700.
HSL color Cylindrical-coordinate representation of color #7C5141: hue angle of 16.27º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C5141 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 81 | 65 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.51 |
| HSL | 16.27º | 0.31% | 0.37% | - |
| HSV(B) | 16.27º | 0.48% | 0.49% | - |
| XYZ | 12.21 | 10.55 | 6.39 | - |
| YUV | 92.03 | 112.75 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 81 | 65 | 0 | 0.35 | 0.48 | 0.51 | 16.27 | 0.31 | 0.37 |
| Hex | 7C | 51 | 41 | 0 | 23 | 30 | 33 | 10 | 1F | 25 |
| Octal | 174 | 121 | 101 | 0 | 43 | 60 | 63 | 20 | 37 | 45 |
| Binary | 1111100 | 1010001 | 1000001 | 0 | 100011 | 110000 | 110011 | 10000 | 11111 | 100101 |
Color Harmonies of #7C5141
Complementary color
Monochromatic Colors of #7C5141
Black with #7C5141
Text Example
Text Example
White with #7C5141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5141; }
p { color: rgb(124,81,65); }
H1.HeaderClassName
{
color: #7C5141;
}
.AnyTagClassName
{
color: #7C5141;
}
</style>
background-color css
<style>
a { background-color: #7C5141; }
a { background-color: rgb(124,81,65); }
div.DivClassName
{
background-color: #7C5141;
}
.BgClassName
{
background-color: #7C5141;
}
</style>
border-color css
<style>
span { border-color: #7C5141; }
span { border-color: rgb(124,81,65); }
td.TdClassName
{
border-color: #7C5141;
}
.TagClassName
{
border-color: #7C5141;
}
</style>