Shades of Nutmeg #80493C
Tints of Nutmeg #80493C
RGB
CMYK
RGB Variations
Color information
#80493C (or 0x80493C) is known color: Nutmeg. HEX triplet: 80, 49 and 3C. RGB value is (128,73,60). Sum of RGB (Red+Green+Blue) = 128+73+60=261 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.04% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 128 - color contains mainly: red. Hex color #80493C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80493C is #7FB6C3. Grayscale: #585858. Windows color (decimal): -8369860 or 3950976. OLE color: 3950976.
HSL color Cylindrical-coordinate representation of color #80493C: hue angle of 11.47º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #80493C is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 73 | 60 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.50 |
| HSL | 11.47º | 0.36% | 0.37% | - |
| HSV(B) | 11.47º | 0.53% | 0.5% | - |
| XYZ | 12.1 | 9.68 | 5.51 | - |
| YUV | 87.96 | 112.22 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 73 | 60 | 0 | 0.43 | 0.53 | 0.50 | 11.47 | 0.36 | 0.37 |
| Hex | 80 | 49 | 3C | 0 | 2B | 35 | 32 | B | 24 | 25 |
| Octal | 200 | 111 | 74 | 0 | 53 | 65 | 62 | 13 | 44 | 45 |
| Binary | 10000000 | 1001001 | 111100 | 0 | 101011 | 110101 | 110010 | 1011 | 100100 | 100101 |
Color Harmonies of #80493C
Complementary color
Monochromatic Colors of #80493C
Black with #80493C
Text Example
Text Example
White with #80493C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80493C; }
p { color: rgb(128,73,60); }
H1.HeaderClassName
{
color: #80493C;
}
.AnyTagClassName
{
color: #80493C;
}
</style>
background-color css
<style>
a { background-color: #80493C; }
a { background-color: rgb(128,73,60); }
div.DivClassName
{
background-color: #80493C;
}
.BgClassName
{
background-color: #80493C;
}
</style>
border-color css
<style>
span { border-color: #80493C; }
span { border-color: rgb(128,73,60); }
td.TdClassName
{
border-color: #80493C;
}
.TagClassName
{
border-color: #80493C;
}
</style>