Shades of Nutmeg #754D43
Tints of Nutmeg #754D43
RGB
CMYK
RGB Variations
Color information
#754D43 (or 0x754D43) is known color: Nutmeg. HEX triplet: 75, 4D and 43. RGB value is (117,77,67). Sum of RGB (Red+Green+Blue) = 117+77+67=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 67 (26.56% from 255 or 25.67% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #754D43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754D43 is #8AB2BC. Grayscale: #575757. Windows color (decimal): -9089725 or 4410741. OLE color: 4410741.
HSL color Cylindrical-coordinate representation of color #754D43: hue angle of 12º 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 #754D43 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 77 | 67 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.54 |
| HSL | 12º | 0.27% | 0.36% | - |
| HSV(B) | 12º | 0.43% | 0.46% | - |
| XYZ | 11 | 9.49 | 6.56 | - |
| YUV | 87.82 | 116.25 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 67 | 0 | 0.34 | 0.43 | 0.54 | 12 | 0.27 | 0.36 |
| Hex | 75 | 4D | 43 | 0 | 22 | 2B | 36 | C | 1B | 24 |
| Octal | 165 | 115 | 103 | 0 | 42 | 53 | 66 | 14 | 33 | 44 |
| Binary | 1110101 | 1001101 | 1000011 | 0 | 100010 | 101011 | 110110 | 1100 | 11011 | 100100 |
Color Harmonies of #754D43
Complementary color
Monochromatic Colors of #754D43
Black with #754D43
Text Example
Text Example
White with #754D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754D43; }
p { color: rgb(117,77,67); }
H1.HeaderClassName
{
color: #754D43;
}
.AnyTagClassName
{
color: #754D43;
}
</style>
background-color css
<style>
a { background-color: #754D43; }
a { background-color: rgb(117,77,67); }
div.DivClassName
{
background-color: #754D43;
}
.BgClassName
{
background-color: #754D43;
}
</style>
border-color css
<style>
span { border-color: #754D43; }
span { border-color: rgb(117,77,67); }
td.TdClassName
{
border-color: #754D43;
}
.TagClassName
{
border-color: #754D43;
}
</style>