Shades of Nutmeg #80463A
Tints of Nutmeg #80463A
RGB
CMYK
RGB Variations
Color information
#80463A (or 0x80463A) is known color: Nutmeg. HEX triplet: 80, 46 and 3A. RGB value is (128,70,58). Sum of RGB (Red+Green+Blue) = 128+70+58=256 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 128 - color contains mainly: red. Hex color #80463A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80463A is #7FB9C5. Grayscale: #565656. Windows color (decimal): -8370630 or 3819136. OLE color: 3819136.
HSL color Cylindrical-coordinate representation of color #80463A: hue angle of 10.29º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80463A is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 70 | 58 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.50 |
| HSL | 10.29º | 0.38% | 0.36% | - |
| HSV(B) | 10.29º | 0.55% | 0.5% | - |
| XYZ | 11.86 | 9.28 | 5.17 | - |
| YUV | 85.97 | 112.22 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 70 | 58 | 0 | 0.45 | 0.55 | 0.50 | 10.29 | 0.38 | 0.36 |
| Hex | 80 | 46 | 3A | 0 | 2D | 37 | 32 | A | 26 | 24 |
| Octal | 200 | 106 | 72 | 0 | 55 | 67 | 62 | 12 | 46 | 44 |
| Binary | 10000000 | 1000110 | 111010 | 0 | 101101 | 110111 | 110010 | 1010 | 100110 | 100100 |
Color Harmonies of #80463A
Complementary color
Monochromatic Colors of #80463A
Black with #80463A
Text Example
Text Example
White with #80463A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80463A; }
p { color: rgb(128,70,58); }
H1.HeaderClassName
{
color: #80463A;
}
.AnyTagClassName
{
color: #80463A;
}
</style>
background-color css
<style>
a { background-color: #80463A; }
a { background-color: rgb(128,70,58); }
div.DivClassName
{
background-color: #80463A;
}
.BgClassName
{
background-color: #80463A;
}
</style>
border-color css
<style>
span { border-color: #80463A; }
span { border-color: rgb(128,70,58); }
td.TdClassName
{
border-color: #80463A;
}
.TagClassName
{
border-color: #80463A;
}
</style>