Shades of Nutmeg #804A37
Tints of Nutmeg #804A37
RGB
CMYK
RGB Variations
Color information
#804A37 (or 0x804A37) is known color: Nutmeg. HEX triplet: 80, 4A and 37. RGB value is (128,74,55). Sum of RGB (Red+Green+Blue) = 128+74+55=257 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.81% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 55 (21.88% from 255 or 21.40% from 257); Max value from RGB is 128 - color contains mainly: red. Hex color #804A37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804A37 is #7FB5C8. Grayscale: #585858. Windows color (decimal): -8369609 or 3623552. OLE color: 3623552.
HSL color Cylindrical-coordinate representation of color #804A37: hue angle of 15.62º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #804A37 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 74 | 55 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.50 |
| HSL | 15.62º | 0.4% | 0.36% | - |
| HSV(B) | 15.62º | 0.57% | 0.5% | - |
| XYZ | 12.04 | 9.76 | 4.86 | - |
| YUV | 87.98 | 109.39 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 74 | 55 | 0 | 0.42 | 0.57 | 0.50 | 15.62 | 0.4 | 0.36 |
| Hex | 80 | 4A | 37 | 0 | 2A | 39 | 32 | 10 | 28 | 24 |
| Octal | 200 | 112 | 67 | 0 | 52 | 71 | 62 | 20 | 50 | 44 |
| Binary | 10000000 | 1001010 | 110111 | 0 | 101010 | 111001 | 110010 | 10000 | 101000 | 100100 |
Color Harmonies of #804A37
Complementary color
Monochromatic Colors of #804A37
Black with #804A37
Text Example
Text Example
White with #804A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804A37; }
p { color: rgb(128,74,55); }
H1.HeaderClassName
{
color: #804A37;
}
.AnyTagClassName
{
color: #804A37;
}
</style>
background-color css
<style>
a { background-color: #804A37; }
a { background-color: rgb(128,74,55); }
div.DivClassName
{
background-color: #804A37;
}
.BgClassName
{
background-color: #804A37;
}
</style>
border-color css
<style>
span { border-color: #804A37; }
span { border-color: rgb(128,74,55); }
td.TdClassName
{
border-color: #804A37;
}
.TagClassName
{
border-color: #804A37;
}
</style>