Shades of Nutmeg #744C41
Tints of Nutmeg #744C41
RGB
CMYK
RGB Variations
Color information
#744C41 (or 0x744C41) is known color: Nutmeg. HEX triplet: 74, 4C and 41. RGB value is (116,76,65). Sum of RGB (Red+Green+Blue) = 116+76+65=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 65 (25.78% from 255 or 25.29% from 257); Max value from RGB is 116 - color contains mainly: red. Hex color #744C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744C41 is #8BB3BE. Grayscale: #565656. Windows color (decimal): -9155519 or 4279412. OLE color: 4279412.
HSL color Cylindrical-coordinate representation of color #744C41: hue angle of 12.94º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #744C41 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 76 | 65 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.55 |
| HSL | 12.94º | 0.28% | 0.35% | - |
| HSV(B) | 12.94º | 0.44% | 0.45% | - |
| XYZ | 10.74 | 9.26 | 6.22 | - |
| YUV | 86.71 | 115.75 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 76 | 65 | 0 | 0.34 | 0.44 | 0.55 | 12.94 | 0.28 | 0.35 |
| Hex | 74 | 4C | 41 | 0 | 22 | 2C | 37 | D | 1C | 23 |
| Octal | 164 | 114 | 101 | 0 | 42 | 54 | 67 | 15 | 34 | 43 |
| Binary | 1110100 | 1001100 | 1000001 | 0 | 100010 | 101100 | 110111 | 1101 | 11100 | 100011 |
Color Harmonies of #744C41
Complementary color
Monochromatic Colors of #744C41
Black with #744C41
Text Example
Text Example
White with #744C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744C41; }
p { color: rgb(116,76,65); }
H1.HeaderClassName
{
color: #744C41;
}
.AnyTagClassName
{
color: #744C41;
}
</style>
background-color css
<style>
a { background-color: #744C41; }
a { background-color: rgb(116,76,65); }
div.DivClassName
{
background-color: #744C41;
}
.BgClassName
{
background-color: #744C41;
}
</style>
border-color css
<style>
span { border-color: #744C41; }
span { border-color: rgb(116,76,65); }
td.TdClassName
{
border-color: #744C41;
}
.TagClassName
{
border-color: #744C41;
}
</style>