Shades of Nutmeg #754E41
Tints of Nutmeg #754E41
RGB
CMYK
RGB Variations
Color information
#754E41 (or 0x754E41) is known color: Nutmeg. HEX triplet: 75, 4E and 41. RGB value is (117,78,65). Sum of RGB (Red+Green+Blue) = 117+78+65=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 78 (30.86% from 255 or 30% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 117 - color contains mainly: red. Hex color #754E41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754E41 is #8AB1BE. Grayscale: #585858. Windows color (decimal): -9089471 or 4279925. OLE color: 4279925.
HSL color Cylindrical-coordinate representation of color #754E41: hue angle of 15º degrees, saturation: 0.29, 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 #754E41 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 78 | 65 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.54 |
| HSL | 15º | 0.29% | 0.36% | - |
| HSV(B) | 15º | 0.44% | 0.46% | - |
| XYZ | 11.01 | 9.61 | 6.28 | - |
| YUV | 88.18 | 114.92 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 65 | 0 | 0.33 | 0.44 | 0.54 | 15 | 0.29 | 0.36 |
| Hex | 75 | 4E | 41 | 0 | 21 | 2C | 36 | F | 1D | 24 |
| Octal | 165 | 116 | 101 | 0 | 41 | 54 | 66 | 17 | 35 | 44 |
| Binary | 1110101 | 1001110 | 1000001 | 0 | 100001 | 101100 | 110110 | 1111 | 11101 | 100100 |
Color Harmonies of #754E41
Complementary color
Monochromatic Colors of #754E41
Black with #754E41
Text Example
Text Example
White with #754E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754E41; }
p { color: rgb(117,78,65); }
H1.HeaderClassName
{
color: #754E41;
}
.AnyTagClassName
{
color: #754E41;
}
</style>
background-color css
<style>
a { background-color: #754E41; }
a { background-color: rgb(117,78,65); }
div.DivClassName
{
background-color: #754E41;
}
.BgClassName
{
background-color: #754E41;
}
</style>
border-color css
<style>
span { border-color: #754E41; }
span { border-color: rgb(117,78,65); }
td.TdClassName
{
border-color: #754E41;
}
.TagClassName
{
border-color: #754E41;
}
</style>