Shades of Nutmeg #754A3E
Tints of Nutmeg #754A3E
RGB
CMYK
RGB Variations
Color information
#754A3E (or 0x754A3E) is known color: Nutmeg. HEX triplet: 75, 4A and 3E. RGB value is (117,74,62). Sum of RGB (Red+Green+Blue) = 117+74+62=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 74 (29.30% from 255 or 29.25% from 253); Blue value is 62 (24.61% from 255 or 24.51% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #754A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754A3E is #8AB5C1. Grayscale: #555555. Windows color (decimal): -9090498 or 4082293. OLE color: 4082293.
HSL color Cylindrical-coordinate representation of color #754A3E: hue angle of 13.09º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #754A3E is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 74 | 62 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.54 |
| HSL | 13.09º | 0.31% | 0.35% | - |
| HSV(B) | 13.09º | 0.47% | 0.46% | - |
| XYZ | 10.65 | 9.03 | 5.74 | - |
| YUV | 85.49 | 114.75 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 74 | 62 | 0 | 0.37 | 0.47 | 0.54 | 13.09 | 0.31 | 0.35 |
| Hex | 75 | 4A | 3E | 0 | 25 | 2F | 36 | D | 1F | 23 |
| Octal | 165 | 112 | 76 | 0 | 45 | 57 | 66 | 15 | 37 | 43 |
| Binary | 1110101 | 1001010 | 111110 | 0 | 100101 | 101111 | 110110 | 1101 | 11111 | 100011 |
Color Harmonies of #754A3E
Complementary color
Monochromatic Colors of #754A3E
Black with #754A3E
Text Example
Text Example
White with #754A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754A3E; }
p { color: rgb(117,74,62); }
H1.HeaderClassName
{
color: #754A3E;
}
.AnyTagClassName
{
color: #754A3E;
}
</style>
background-color css
<style>
a { background-color: #754A3E; }
a { background-color: rgb(117,74,62); }
div.DivClassName
{
background-color: #754A3E;
}
.BgClassName
{
background-color: #754A3E;
}
</style>
border-color css
<style>
span { border-color: #754A3E; }
span { border-color: rgb(117,74,62); }
td.TdClassName
{
border-color: #754A3E;
}
.TagClassName
{
border-color: #754A3E;
}
</style>