Shades of Nutmeg #804A40
Tints of Nutmeg #804A40
RGB
CMYK
RGB Variations
Color information
#804A40 (or 0x804A40) is known color: Nutmeg. HEX triplet: 80, 4A and 40. RGB value is (128,74,64). Sum of RGB (Red+Green+Blue) = 128+74+64=266 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.12% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 128 - color contains mainly: red. Hex color #804A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804A40 is #7FB5BF. Grayscale: #595959. Windows color (decimal): -8369600 or 4213376. OLE color: 4213376.
HSL color Cylindrical-coordinate representation of color #804A40: hue angle of 9.38º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #804A40 is Cyan = 0, Magento = 0.42, Yellow = 0.5 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 74 | 64 | - |
| CMYK | 0 | 0.42 | 0.5 | 0.50 |
| HSL | 9.38º | 0.33% | 0.38% | - |
| HSV(B) | 9.38º | 0.5% | 0.5% | - |
| XYZ | 12.28 | 9.86 | 6.11 | - |
| YUV | 89.01 | 113.89 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 74 | 64 | 0 | 0.42 | 0.5 | 0.50 | 9.38 | 0.33 | 0.38 |
| Hex | 80 | 4A | 40 | 0 | 2A | 32 | 32 | 9 | 21 | 26 |
| Octal | 200 | 112 | 100 | 0 | 52 | 62 | 62 | 11 | 41 | 46 |
| Binary | 10000000 | 1001010 | 1000000 | 0 | 101010 | 110010 | 110010 | 1001 | 100001 | 100110 |
Color Harmonies of #804A40
Complementary color
Monochromatic Colors of #804A40
Black with #804A40
Text Example
Text Example
White with #804A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804A40; }
p { color: rgb(128,74,64); }
H1.HeaderClassName
{
color: #804A40;
}
.AnyTagClassName
{
color: #804A40;
}
</style>
background-color css
<style>
a { background-color: #804A40; }
a { background-color: rgb(128,74,64); }
div.DivClassName
{
background-color: #804A40;
}
.BgClassName
{
background-color: #804A40;
}
</style>
border-color css
<style>
span { border-color: #804A40; }
span { border-color: rgb(128,74,64); }
td.TdClassName
{
border-color: #804A40;
}
.TagClassName
{
border-color: #804A40;
}
</style>