Shades of Nutmeg #7C493D
Tints of Nutmeg #7C493D
RGB
CMYK
RGB Variations
Color information
#7C493D (or 0x7C493D) is known color: Nutmeg. HEX triplet: 7C, 49 and 3D. RGB value is (124,73,61). Sum of RGB (Red+Green+Blue) = 124+73+61=258 (34% of max value = 765). Red value is 124 (48.83% from 255 or 48.06% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 61 (24.22% from 255 or 23.64% from 258); Max value from RGB is 124 - color contains mainly: red. Hex color #7C493D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C493D is #83B6C2. Grayscale: #565656. Windows color (decimal): -8632003 or 4016508. OLE color: 4016508.
HSL color Cylindrical-coordinate representation of color #7C493D: hue angle of 11.43º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7C493D is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 73 | 61 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.51 |
| HSL | 11.43º | 0.34% | 0.36% | - |
| HSV(B) | 11.43º | 0.51% | 0.49% | - |
| XYZ | 11.54 | 9.39 | 5.62 | - |
| YUV | 86.88 | 113.4 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 73 | 61 | 0 | 0.41 | 0.51 | 0.51 | 11.43 | 0.34 | 0.36 |
| Hex | 7C | 49 | 3D | 0 | 29 | 33 | 33 | B | 22 | 24 |
| Octal | 174 | 111 | 75 | 0 | 51 | 63 | 63 | 13 | 42 | 44 |
| Binary | 1111100 | 1001001 | 111101 | 0 | 101001 | 110011 | 110011 | 1011 | 100010 | 100100 |
Color Harmonies of #7C493D
Complementary color
Monochromatic Colors of #7C493D
Black with #7C493D
Text Example
Text Example
White with #7C493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C493D; }
p { color: rgb(124,73,61); }
H1.HeaderClassName
{
color: #7C493D;
}
.AnyTagClassName
{
color: #7C493D;
}
</style>
background-color css
<style>
a { background-color: #7C493D; }
a { background-color: rgb(124,73,61); }
div.DivClassName
{
background-color: #7C493D;
}
.BgClassName
{
background-color: #7C493D;
}
</style>
border-color css
<style>
span { border-color: #7C493D; }
span { border-color: rgb(124,73,61); }
td.TdClassName
{
border-color: #7C493D;
}
.TagClassName
{
border-color: #7C493D;
}
</style>