Shades of Nutmeg #804837
Tints of Nutmeg #804837
RGB
CMYK
RGB Variations
Color information
#804837 (or 0x804837) is known color: Nutmeg. HEX triplet: 80, 48 and 37. RGB value is (128,72,55). Sum of RGB (Red+Green+Blue) = 128+72+55=255 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.20% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 55 (21.88% from 255 or 21.57% from 255); Max value from RGB is 128 - color contains mainly: red. Hex color #804837 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804837 is #7FB7C8. Grayscale: #565656. Windows color (decimal): -8370121 or 3623040. OLE color: 3623040.
HSL color Cylindrical-coordinate representation of color #804837: hue angle of 13.97º 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 #804837 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 72 | 55 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.50 |
| HSL | 13.97º | 0.4% | 0.36% | - |
| HSV(B) | 13.97º | 0.57% | 0.5% | - |
| XYZ | 11.91 | 9.5 | 4.82 | - |
| YUV | 86.81 | 110.05 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 72 | 55 | 0 | 0.44 | 0.57 | 0.50 | 13.97 | 0.4 | 0.36 |
| Hex | 80 | 48 | 37 | 0 | 2C | 39 | 32 | E | 28 | 24 |
| Octal | 200 | 110 | 67 | 0 | 54 | 71 | 62 | 16 | 50 | 44 |
| Binary | 10000000 | 1001000 | 110111 | 0 | 101100 | 111001 | 110010 | 1110 | 101000 | 100100 |
Color Harmonies of #804837
Complementary color
Monochromatic Colors of #804837
Black with #804837
Text Example
Text Example
White with #804837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804837; }
p { color: rgb(128,72,55); }
H1.HeaderClassName
{
color: #804837;
}
.AnyTagClassName
{
color: #804837;
}
</style>
background-color css
<style>
a { background-color: #804837; }
a { background-color: rgb(128,72,55); }
div.DivClassName
{
background-color: #804837;
}
.BgClassName
{
background-color: #804837;
}
</style>
border-color css
<style>
span { border-color: #804837; }
span { border-color: rgb(128,72,55); }
td.TdClassName
{
border-color: #804837;
}
.TagClassName
{
border-color: #804837;
}
</style>