Shades of Nutmeg #80483D
Tints of Nutmeg #80483D
RGB
CMYK
RGB Variations
Color information
#80483D (or 0x80483D) is known color: Nutmeg. HEX triplet: 80, 48 and 3D. RGB value is (128,72,61). Sum of RGB (Red+Green+Blue) = 128+72+61=261 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.04% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 61 (24.22% from 255 or 23.37% from 261); Max value from RGB is 128 - color contains mainly: red. Hex color #80483D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80483D is #7FB7C2. Grayscale: #575757. Windows color (decimal): -8370115 or 4016256. OLE color: 4016256.
HSL color Cylindrical-coordinate representation of color #80483D: hue angle of 9.85º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80483D is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 72 | 61 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.50 |
| HSL | 9.85º | 0.35% | 0.37% | - |
| HSV(B) | 9.85º | 0.52% | 0.5% | - |
| XYZ | 12.06 | 9.56 | 5.62 | - |
| YUV | 87.49 | 113.05 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 72 | 61 | 0 | 0.44 | 0.52 | 0.50 | 9.85 | 0.35 | 0.37 |
| Hex | 80 | 48 | 3D | 0 | 2C | 34 | 32 | A | 23 | 25 |
| Octal | 200 | 110 | 75 | 0 | 54 | 64 | 62 | 12 | 43 | 45 |
| Binary | 10000000 | 1001000 | 111101 | 0 | 101100 | 110100 | 110010 | 1010 | 100011 | 100101 |
Color Harmonies of #80483D
Complementary color
Monochromatic Colors of #80483D
Black with #80483D
Text Example
Text Example
White with #80483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80483D; }
p { color: rgb(128,72,61); }
H1.HeaderClassName
{
color: #80483D;
}
.AnyTagClassName
{
color: #80483D;
}
</style>
background-color css
<style>
a { background-color: #80483D; }
a { background-color: rgb(128,72,61); }
div.DivClassName
{
background-color: #80483D;
}
.BgClassName
{
background-color: #80483D;
}
</style>
border-color css
<style>
span { border-color: #80483D; }
span { border-color: rgb(128,72,61); }
td.TdClassName
{
border-color: #80483D;
}
.TagClassName
{
border-color: #80483D;
}
</style>