Shades of Nutmeg #754F46
Tints of Nutmeg #754F46
RGB
CMYK
RGB Variations
Color information
#754F46 (or 0x754F46) is known color: Nutmeg. HEX triplet: 75, 4F and 46. RGB value is (117,79,70). Sum of RGB (Red+Green+Blue) = 117+79+70=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 79 (31.25% from 255 or 29.70% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #754F46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754F46 is #8AB0B9. Grayscale: #595959. Windows color (decimal): -9089210 or 4607861. OLE color: 4607861.
HSL color Cylindrical-coordinate representation of color #754F46: hue angle of 11.49º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #754F46 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 79 | 70 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.54 |
| HSL | 11.49º | 0.25% | 0.37% | - |
| HSV(B) | 11.49º | 0.4% | 0.46% | - |
| XYZ | 11.24 | 9.82 | 7.1 | - |
| YUV | 89.34 | 117.09 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 79 | 70 | 0 | 0.32 | 0.40 | 0.54 | 11.49 | 0.25 | 0.37 |
| Hex | 75 | 4F | 46 | 0 | 20 | 28 | 36 | B | 19 | 25 |
| Octal | 165 | 117 | 106 | 0 | 40 | 50 | 66 | 13 | 31 | 45 |
| Binary | 1110101 | 1001111 | 1000110 | 0 | 100000 | 101000 | 110110 | 1011 | 11001 | 100101 |
Color Harmonies of #754F46
Complementary color
Monochromatic Colors of #754F46
Black with #754F46
Text Example
Text Example
White with #754F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754F46; }
p { color: rgb(117,79,70); }
H1.HeaderClassName
{
color: #754F46;
}
.AnyTagClassName
{
color: #754F46;
}
</style>
background-color css
<style>
a { background-color: #754F46; }
a { background-color: rgb(117,79,70); }
div.DivClassName
{
background-color: #754F46;
}
.BgClassName
{
background-color: #754F46;
}
</style>
border-color css
<style>
span { border-color: #754F46; }
span { border-color: rgb(117,79,70); }
td.TdClassName
{
border-color: #754F46;
}
.TagClassName
{
border-color: #754F46;
}
</style>