Shades of Nutmeg #754E42
Tints of Nutmeg #754E42
RGB
CMYK
RGB Variations
Color information
#754E42 (or 0x754E42) is known color: Nutmeg. HEX triplet: 75, 4E and 42. RGB value is (117,78,66). Sum of RGB (Red+Green+Blue) = 117+78+66=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 78 (30.86% from 255 or 29.89% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #754E42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754E42 is #8AB1BD. Grayscale: #585858. Windows color (decimal): -9089470 or 4345461. OLE color: 4345461.
HSL color Cylindrical-coordinate representation of color #754E42: hue angle of 14.12º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #754E42 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 78 | 66 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.54 |
| HSL | 14.12º | 0.28% | 0.36% | - |
| HSV(B) | 14.12º | 0.44% | 0.46% | - |
| XYZ | 11.04 | 9.62 | 6.43 | - |
| YUV | 88.29 | 115.42 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 66 | 0 | 0.33 | 0.44 | 0.54 | 14.12 | 0.28 | 0.36 |
| Hex | 75 | 4E | 42 | 0 | 21 | 2C | 36 | E | 1C | 24 |
| Octal | 165 | 116 | 102 | 0 | 41 | 54 | 66 | 16 | 34 | 44 |
| Binary | 1110101 | 1001110 | 1000010 | 0 | 100001 | 101100 | 110110 | 1110 | 11100 | 100100 |
Color Harmonies of #754E42
Complementary color
Monochromatic Colors of #754E42
Black with #754E42
Text Example
Text Example
White with #754E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754E42; }
p { color: rgb(117,78,66); }
H1.HeaderClassName
{
color: #754E42;
}
.AnyTagClassName
{
color: #754E42;
}
</style>
background-color css
<style>
a { background-color: #754E42; }
a { background-color: rgb(117,78,66); }
div.DivClassName
{
background-color: #754E42;
}
.BgClassName
{
background-color: #754E42;
}
</style>
border-color css
<style>
span { border-color: #754E42; }
span { border-color: rgb(117,78,66); }
td.TdClassName
{
border-color: #754E42;
}
.TagClassName
{
border-color: #754E42;
}
</style>