Shades of Nutmeg #754F43
Tints of Nutmeg #754F43
RGB
CMYK
RGB Variations
Color information
#754F43 (or 0x754F43) is known color: Nutmeg. HEX triplet: 75, 4F and 43. RGB value is (117,79,67). Sum of RGB (Red+Green+Blue) = 117+79+67=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 67 (26.56% from 255 or 25.48% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #754F43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754F43 is #8AB0BC. Grayscale: #595959. Windows color (decimal): -9089213 or 4411253. OLE color: 4411253.
HSL color Cylindrical-coordinate representation of color #754F43: hue angle of 14.4º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #754F43 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 79 | 67 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.54 |
| HSL | 14.4º | 0.27% | 0.36% | - |
| HSV(B) | 14.4º | 0.43% | 0.46% | - |
| XYZ | 11.15 | 9.78 | 6.61 | - |
| YUV | 88.99 | 115.59 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 79 | 67 | 0 | 0.32 | 0.43 | 0.54 | 14.4 | 0.27 | 0.36 |
| Hex | 75 | 4F | 43 | 0 | 20 | 2B | 36 | E | 1B | 24 |
| Octal | 165 | 117 | 103 | 0 | 40 | 53 | 66 | 16 | 33 | 44 |
| Binary | 1110101 | 1001111 | 1000011 | 0 | 100000 | 101011 | 110110 | 1110 | 11011 | 100100 |
Color Harmonies of #754F43
Complementary color
Monochromatic Colors of #754F43
Black with #754F43
Text Example
Text Example
White with #754F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754F43; }
p { color: rgb(117,79,67); }
H1.HeaderClassName
{
color: #754F43;
}
.AnyTagClassName
{
color: #754F43;
}
</style>
background-color css
<style>
a { background-color: #754F43; }
a { background-color: rgb(117,79,67); }
div.DivClassName
{
background-color: #754F43;
}
.BgClassName
{
background-color: #754F43;
}
</style>
border-color css
<style>
span { border-color: #754F43; }
span { border-color: rgb(117,79,67); }
td.TdClassName
{
border-color: #754F43;
}
.TagClassName
{
border-color: #754F43;
}
</style>