Shades of Nutmeg #744A3B
Tints of Nutmeg #744A3B
RGB
CMYK
RGB Variations
Color information
#744A3B (or 0x744A3B) is known color: Nutmeg. HEX triplet: 74, 4A and 3B. RGB value is (116,74,59). Sum of RGB (Red+Green+Blue) = 116+74+59=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 74 (29.30% from 255 or 29.72% from 249); Blue value is 59 (23.44% from 255 or 23.69% from 249); Max value from RGB is 116 - color contains mainly: red. Hex color #744A3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744A3B is #8BB5C4. Grayscale: #545454. Windows color (decimal): -9156037 or 3885684. OLE color: 3885684.
HSL color Cylindrical-coordinate representation of color #744A3B: hue angle of 15.79º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #744A3B is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 74 | 59 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.55 |
| HSL | 15.79º | 0.33% | 0.34% | - |
| HSV(B) | 15.79º | 0.49% | 0.45% | - |
| XYZ | 10.44 | 8.93 | 5.31 | - |
| YUV | 84.85 | 113.41 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 74 | 59 | 0 | 0.36 | 0.49 | 0.55 | 15.79 | 0.33 | 0.34 |
| Hex | 74 | 4A | 3B | 0 | 24 | 31 | 37 | 10 | 21 | 22 |
| Octal | 164 | 112 | 73 | 0 | 44 | 61 | 67 | 20 | 41 | 42 |
| Binary | 1110100 | 1001010 | 111011 | 0 | 100100 | 110001 | 110111 | 10000 | 100001 | 100010 |
Color Harmonies of #744A3B
Complementary color
Monochromatic Colors of #744A3B
Black with #744A3B
Text Example
Text Example
White with #744A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744A3B; }
p { color: rgb(116,74,59); }
H1.HeaderClassName
{
color: #744A3B;
}
.AnyTagClassName
{
color: #744A3B;
}
</style>
background-color css
<style>
a { background-color: #744A3B; }
a { background-color: rgb(116,74,59); }
div.DivClassName
{
background-color: #744A3B;
}
.BgClassName
{
background-color: #744A3B;
}
</style>
border-color css
<style>
span { border-color: #744A3B; }
span { border-color: rgb(116,74,59); }
td.TdClassName
{
border-color: #744A3B;
}
.TagClassName
{
border-color: #744A3B;
}
</style>