Shades of Nutmeg #7C4A39
Tints of Nutmeg #7C4A39
RGB
CMYK
RGB Variations
Color information
#7C4A39 (or 0x7C4A39) is known color: Nutmeg. HEX triplet: 7C, 4A and 39. RGB value is (124,74,57). Sum of RGB (Red+Green+Blue) = 124+74+57=255 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.63% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 57 (22.66% from 255 or 22.35% from 255); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4A39 is #83B5C6. Grayscale: #575757. Windows color (decimal): -8631751 or 3754620. OLE color: 3754620.
HSL color Cylindrical-coordinate representation of color #7C4A39: hue angle of 15.22º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7C4A39 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 74 | 57 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.51 |
| HSL | 15.22º | 0.37% | 0.35% | - |
| HSV(B) | 15.22º | 0.54% | 0.49% | - |
| XYZ | 11.5 | 9.48 | 5.09 | - |
| YUV | 87.01 | 111.07 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 74 | 57 | 0 | 0.40 | 0.54 | 0.51 | 15.22 | 0.37 | 0.35 |
| Hex | 7C | 4A | 39 | 0 | 28 | 36 | 33 | F | 25 | 23 |
| Octal | 174 | 112 | 71 | 0 | 50 | 66 | 63 | 17 | 45 | 43 |
| Binary | 1111100 | 1001010 | 111001 | 0 | 101000 | 110110 | 110011 | 1111 | 100101 | 100011 |
Color Harmonies of #7C4A39
Complementary color
Monochromatic Colors of #7C4A39
Black with #7C4A39
Text Example
Text Example
White with #7C4A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4A39; }
p { color: rgb(124,74,57); }
H1.HeaderClassName
{
color: #7C4A39;
}
.AnyTagClassName
{
color: #7C4A39;
}
</style>
background-color css
<style>
a { background-color: #7C4A39; }
a { background-color: rgb(124,74,57); }
div.DivClassName
{
background-color: #7C4A39;
}
.BgClassName
{
background-color: #7C4A39;
}
</style>
border-color css
<style>
span { border-color: #7C4A39; }
span { border-color: rgb(124,74,57); }
td.TdClassName
{
border-color: #7C4A39;
}
.TagClassName
{
border-color: #7C4A39;
}
</style>