Shades of Nutmeg #754A3C
Tints of Nutmeg #754A3C
RGB
CMYK
RGB Variations
Color information
#754A3C (or 0x754A3C) is known color: Nutmeg. HEX triplet: 75, 4A and 3C. RGB value is (117,74,60). Sum of RGB (Red+Green+Blue) = 117+74+60=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 74 (29.30% from 255 or 29.48% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 117 - color contains mainly: red. Hex color #754A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754A3C is #8AB5C3. Grayscale: #555555. Windows color (decimal): -9090500 or 3951221. OLE color: 3951221.
HSL color Cylindrical-coordinate representation of color #754A3C: hue angle of 14.74º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #754A3C is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 74 | 60 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.54 |
| HSL | 14.74º | 0.32% | 0.35% | - |
| HSV(B) | 14.74º | 0.49% | 0.46% | - |
| XYZ | 10.6 | 9.01 | 5.45 | - |
| YUV | 85.26 | 113.75 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 74 | 60 | 0 | 0.37 | 0.49 | 0.54 | 14.74 | 0.32 | 0.35 |
| Hex | 75 | 4A | 3C | 0 | 25 | 31 | 36 | F | 20 | 23 |
| Octal | 165 | 112 | 74 | 0 | 45 | 61 | 66 | 17 | 40 | 43 |
| Binary | 1110101 | 1001010 | 111100 | 0 | 100101 | 110001 | 110110 | 1111 | 100000 | 100011 |
Color Harmonies of #754A3C
Complementary color
Monochromatic Colors of #754A3C
Black with #754A3C
Text Example
Text Example
White with #754A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754A3C; }
p { color: rgb(117,74,60); }
H1.HeaderClassName
{
color: #754A3C;
}
.AnyTagClassName
{
color: #754A3C;
}
</style>
background-color css
<style>
a { background-color: #754A3C; }
a { background-color: rgb(117,74,60); }
div.DivClassName
{
background-color: #754A3C;
}
.BgClassName
{
background-color: #754A3C;
}
</style>
border-color css
<style>
span { border-color: #754A3C; }
span { border-color: rgb(117,74,60); }
td.TdClassName
{
border-color: #754A3C;
}
.TagClassName
{
border-color: #754A3C;
}
</style>