Shades of Nutmeg #734C41
Tints of Nutmeg #734C41
RGB
CMYK
RGB Variations
Color information
#734C41 (or 0x734C41) is known color: Nutmeg. HEX triplet: 73, 4C and 41. RGB value is (115,76,65). Sum of RGB (Red+Green+Blue) = 115+76+65=256 (33% of max value = 765). Red value is 115 (45.31% from 255 or 44.92% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 115 - color contains mainly: red. Hex color #734C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734C41 is #8CB3BE. Grayscale: #565656. Windows color (decimal): -9221055 or 4279411. OLE color: 4279411.
HSL color Cylindrical-coordinate representation of color #734C41: hue angle of 13.2º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #734C41 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 76 | 65 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.55 |
| HSL | 13.2º | 0.28% | 0.35% | - |
| HSV(B) | 13.2º | 0.43% | 0.45% | - |
| XYZ | 10.61 | 9.2 | 6.22 | - |
| YUV | 86.41 | 115.92 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 76 | 65 | 0 | 0.34 | 0.43 | 0.55 | 13.2 | 0.28 | 0.35 |
| Hex | 73 | 4C | 41 | 0 | 22 | 2B | 37 | D | 1C | 23 |
| Octal | 163 | 114 | 101 | 0 | 42 | 53 | 67 | 15 | 34 | 43 |
| Binary | 1110011 | 1001100 | 1000001 | 0 | 100010 | 101011 | 110111 | 1101 | 11100 | 100011 |
Color Harmonies of #734C41
Complementary color
Monochromatic Colors of #734C41
Black with #734C41
Text Example
Text Example
White with #734C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734C41; }
p { color: rgb(115,76,65); }
H1.HeaderClassName
{
color: #734C41;
}
.AnyTagClassName
{
color: #734C41;
}
</style>
background-color css
<style>
a { background-color: #734C41; }
a { background-color: rgb(115,76,65); }
div.DivClassName
{
background-color: #734C41;
}
.BgClassName
{
background-color: #734C41;
}
</style>
border-color css
<style>
span { border-color: #734C41; }
span { border-color: rgb(115,76,65); }
td.TdClassName
{
border-color: #734C41;
}
.TagClassName
{
border-color: #734C41;
}
</style>