Shades of Nutmeg #804A43
Tints of Nutmeg #804A43
RGB
CMYK
RGB Variations
Color information
#804A43 (or 0x804A43) is known color: Nutmeg. HEX triplet: 80, 4A and 43. RGB value is (128,74,67). Sum of RGB (Red+Green+Blue) = 128+74+67=269 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.58% from 269); Green value is 74 (29.30% from 255 or 27.51% from 269); Blue value is 67 (26.56% from 255 or 24.91% from 269); Max value from RGB is 128 - color contains mainly: red. Hex color #804A43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804A43 is #7FB5BC. Grayscale: #595959. Windows color (decimal): -8369597 or 4409984. OLE color: 4409984.
HSL color Cylindrical-coordinate representation of color #804A43: hue angle of 6.89º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #804A43 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 74 | 67 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.50 |
| HSL | 6.89º | 0.31% | 0.38% | - |
| HSV(B) | 6.89º | 0.48% | 0.5% | - |
| XYZ | 12.36 | 9.89 | 6.57 | - |
| YUV | 89.35 | 115.39 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 74 | 67 | 0 | 0.42 | 0.48 | 0.50 | 6.89 | 0.31 | 0.38 |
| Hex | 80 | 4A | 43 | 0 | 2A | 30 | 32 | 7 | 1F | 26 |
| Octal | 200 | 112 | 103 | 0 | 52 | 60 | 62 | 7 | 37 | 46 |
| Binary | 10000000 | 1001010 | 1000011 | 0 | 101010 | 110000 | 110010 | 111 | 11111 | 100110 |
Color Harmonies of #804A43
Complementary color
Monochromatic Colors of #804A43
Black with #804A43
Text Example
Text Example
White with #804A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804A43; }
p { color: rgb(128,74,67); }
H1.HeaderClassName
{
color: #804A43;
}
.AnyTagClassName
{
color: #804A43;
}
</style>
background-color css
<style>
a { background-color: #804A43; }
a { background-color: rgb(128,74,67); }
div.DivClassName
{
background-color: #804A43;
}
.BgClassName
{
background-color: #804A43;
}
</style>
border-color css
<style>
span { border-color: #804A43; }
span { border-color: rgb(128,74,67); }
td.TdClassName
{
border-color: #804A43;
}
.TagClassName
{
border-color: #804A43;
}
</style>