Shades of Nutmeg #804A41
Tints of Nutmeg #804A41
RGB
CMYK
RGB Variations
Color information
#804A41 (or 0x804A41) is known color: Nutmeg. HEX triplet: 80, 4A and 41. RGB value is (128,74,65). Sum of RGB (Red+Green+Blue) = 128+74+65=267 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.94% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 128 - color contains mainly: red. Hex color #804A41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804A41 is #7FB5BE. Grayscale: #595959. Windows color (decimal): -8369599 or 4278912. OLE color: 4278912.
HSL color Cylindrical-coordinate representation of color #804A41: hue angle of 8.57º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #804A41 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 74 | 65 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.50 |
| HSL | 8.57º | 0.33% | 0.38% | - |
| HSV(B) | 8.57º | 0.49% | 0.5% | - |
| XYZ | 12.31 | 9.87 | 6.26 | - |
| YUV | 89.12 | 114.39 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 74 | 65 | 0 | 0.42 | 0.49 | 0.50 | 8.57 | 0.33 | 0.38 |
| Hex | 80 | 4A | 41 | 0 | 2A | 31 | 32 | 9 | 21 | 26 |
| Octal | 200 | 112 | 101 | 0 | 52 | 61 | 62 | 11 | 41 | 46 |
| Binary | 10000000 | 1001010 | 1000001 | 0 | 101010 | 110001 | 110010 | 1001 | 100001 | 100110 |
Color Harmonies of #804A41
Complementary color
Monochromatic Colors of #804A41
Black with #804A41
Text Example
Text Example
White with #804A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804A41; }
p { color: rgb(128,74,65); }
H1.HeaderClassName
{
color: #804A41;
}
.AnyTagClassName
{
color: #804A41;
}
</style>
background-color css
<style>
a { background-color: #804A41; }
a { background-color: rgb(128,74,65); }
div.DivClassName
{
background-color: #804A41;
}
.BgClassName
{
background-color: #804A41;
}
</style>
border-color css
<style>
span { border-color: #804A41; }
span { border-color: rgb(128,74,65); }
td.TdClassName
{
border-color: #804A41;
}
.TagClassName
{
border-color: #804A41;
}
</style>