Shades of Nutmeg #754D41
Tints of Nutmeg #754D41
RGB
CMYK
RGB Variations
Color information
#754D41 (or 0x754D41) is known color: Nutmeg. HEX triplet: 75, 4D and 41. RGB value is (117,77,65). Sum of RGB (Red+Green+Blue) = 117+77+65=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 77 (30.47% from 255 or 29.73% from 259); Blue value is 65 (25.78% from 255 or 25.10% from 259); Max value from RGB is 117 - color contains mainly: red. Hex color #754D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754D41 is #8AB2BE. Grayscale: #575757. Windows color (decimal): -9089727 or 4279669. OLE color: 4279669.
HSL color Cylindrical-coordinate representation of color #754D41: hue angle of 13.85º 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 #754D41 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 77 | 65 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.54 |
| HSL | 13.85º | 0.29% | 0.36% | - |
| HSV(B) | 13.85º | 0.44% | 0.46% | - |
| XYZ | 10.94 | 9.47 | 6.25 | - |
| YUV | 87.59 | 115.25 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 65 | 0 | 0.34 | 0.44 | 0.54 | 13.85 | 0.29 | 0.36 |
| Hex | 75 | 4D | 41 | 0 | 22 | 2C | 36 | E | 1D | 24 |
| Octal | 165 | 115 | 101 | 0 | 42 | 54 | 66 | 16 | 35 | 44 |
| Binary | 1110101 | 1001101 | 1000001 | 0 | 100010 | 101100 | 110110 | 1110 | 11101 | 100100 |
Color Harmonies of #754D41
Complementary color
Monochromatic Colors of #754D41
Black with #754D41
Text Example
Text Example
White with #754D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754D41; }
p { color: rgb(117,77,65); }
H1.HeaderClassName
{
color: #754D41;
}
.AnyTagClassName
{
color: #754D41;
}
</style>
background-color css
<style>
a { background-color: #754D41; }
a { background-color: rgb(117,77,65); }
div.DivClassName
{
background-color: #754D41;
}
.BgClassName
{
background-color: #754D41;
}
</style>
border-color css
<style>
span { border-color: #754D41; }
span { border-color: rgb(117,77,65); }
td.TdClassName
{
border-color: #754D41;
}
.TagClassName
{
border-color: #754D41;
}
</style>