Shades of Nutmeg #734C40
Tints of Nutmeg #734C40
RGB
CMYK
RGB Variations
Color information
#734C40 (or 0x734C40) is known color: Nutmeg. HEX triplet: 73, 4C and 40. RGB value is (115,76,64). Sum of RGB (Red+Green+Blue) = 115+76+64=255 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.10% from 255); Green value is 76 (30.08% from 255 or 29.80% from 255); Blue value is 64 (25.39% from 255 or 25.10% from 255); Max value from RGB is 115 - color contains mainly: red. Hex color #734C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734C40 is #8CB3BF. Grayscale: #565656. Windows color (decimal): -9221056 or 4213875. OLE color: 4213875.
HSL color Cylindrical-coordinate representation of color #734C40: hue angle of 14.12º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #734C40 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 76 | 64 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.55 |
| HSL | 14.12º | 0.28% | 0.35% | - |
| HSV(B) | 14.12º | 0.44% | 0.45% | - |
| XYZ | 10.58 | 9.18 | 6.07 | - |
| YUV | 86.29 | 115.42 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 76 | 64 | 0 | 0.34 | 0.44 | 0.55 | 14.12 | 0.28 | 0.35 |
| Hex | 73 | 4C | 40 | 0 | 22 | 2C | 37 | E | 1C | 23 |
| Octal | 163 | 114 | 100 | 0 | 42 | 54 | 67 | 16 | 34 | 43 |
| Binary | 1110011 | 1001100 | 1000000 | 0 | 100010 | 101100 | 110111 | 1110 | 11100 | 100011 |
Color Harmonies of #734C40
Complementary color
Monochromatic Colors of #734C40
Black with #734C40
Text Example
Text Example
White with #734C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734C40; }
p { color: rgb(115,76,64); }
H1.HeaderClassName
{
color: #734C40;
}
.AnyTagClassName
{
color: #734C40;
}
</style>
background-color css
<style>
a { background-color: #734C40; }
a { background-color: rgb(115,76,64); }
div.DivClassName
{
background-color: #734C40;
}
.BgClassName
{
background-color: #734C40;
}
</style>
border-color css
<style>
span { border-color: #734C40; }
span { border-color: rgb(115,76,64); }
td.TdClassName
{
border-color: #734C40;
}
.TagClassName
{
border-color: #734C40;
}
</style>