Shades of Nutmeg #804938
Tints of Nutmeg #804938
RGB
CMYK
RGB Variations
Color information
#804938 (or 0x804938) is known color: Nutmeg. HEX triplet: 80, 49 and 38. RGB value is (128,73,56). Sum of RGB (Red+Green+Blue) = 128+73+56=257 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.81% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 56 (22.27% from 255 or 21.79% from 257); Max value from RGB is 128 - color contains mainly: red. Hex color #804938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804938 is #7FB6C7. Grayscale: #575757. Windows color (decimal): -8369864 or 3688832. OLE color: 3688832.
HSL color Cylindrical-coordinate representation of color #804938: hue angle of 14.17º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #804938 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 73 | 56 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.50 |
| HSL | 14.17º | 0.39% | 0.36% | - |
| HSV(B) | 14.17º | 0.56% | 0.5% | - |
| XYZ | 12 | 9.64 | 4.97 | - |
| YUV | 87.51 | 110.22 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 73 | 56 | 0 | 0.43 | 0.56 | 0.50 | 14.17 | 0.39 | 0.36 |
| Hex | 80 | 49 | 38 | 0 | 2B | 38 | 32 | E | 27 | 24 |
| Octal | 200 | 111 | 70 | 0 | 53 | 70 | 62 | 16 | 47 | 44 |
| Binary | 10000000 | 1001001 | 111000 | 0 | 101011 | 111000 | 110010 | 1110 | 100111 | 100100 |
Color Harmonies of #804938
Complementary color
Monochromatic Colors of #804938
Black with #804938
Text Example
Text Example
White with #804938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804938; }
p { color: rgb(128,73,56); }
H1.HeaderClassName
{
color: #804938;
}
.AnyTagClassName
{
color: #804938;
}
</style>
background-color css
<style>
a { background-color: #804938; }
a { background-color: rgb(128,73,56); }
div.DivClassName
{
background-color: #804938;
}
.BgClassName
{
background-color: #804938;
}
</style>
border-color css
<style>
span { border-color: #804938; }
span { border-color: rgb(128,73,56); }
td.TdClassName
{
border-color: #804938;
}
.TagClassName
{
border-color: #804938;
}
</style>