Shades of Nutmeg #84473D
Tints of Nutmeg #84473D
RGB
CMYK
RGB Variations
Color information
#84473D (or 0x84473D) is known color: Nutmeg. HEX triplet: 84, 47 and 3D. RGB value is (132,71,61). Sum of RGB (Red+Green+Blue) = 132+71+61=264 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 61 (24.22% from 255 or 23.11% from 264); Max value from RGB is 132 - color contains mainly: red. Hex color #84473D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84473D is #7BB8C2. Grayscale: #585858. Windows color (decimal): -8108227 or 4016004. OLE color: 4016004.
HSL color Cylindrical-coordinate representation of color #84473D: hue angle of 8.45º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #84473D is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 71 | 61 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.48 |
| HSL | 8.45º | 0.37% | 0.38% | - |
| HSV(B) | 8.45º | 0.54% | 0.52% | - |
| XYZ | 12.61 | 9.75 | 5.63 | - |
| YUV | 88.1 | 112.71 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 71 | 61 | 0 | 0.46 | 0.54 | 0.48 | 8.45 | 0.37 | 0.38 |
| Hex | 84 | 47 | 3D | 0 | 2E | 36 | 30 | 8 | 25 | 26 |
| Octal | 204 | 107 | 75 | 0 | 56 | 66 | 60 | 10 | 45 | 46 |
| Binary | 10000100 | 1000111 | 111101 | 0 | 101110 | 110110 | 110000 | 1000 | 100101 | 100110 |
Color Harmonies of #84473D
Complementary color
Monochromatic Colors of #84473D
Black with #84473D
Text Example
Text Example
White with #84473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84473D; }
p { color: rgb(132,71,61); }
H1.HeaderClassName
{
color: #84473D;
}
.AnyTagClassName
{
color: #84473D;
}
</style>
background-color css
<style>
a { background-color: #84473D; }
a { background-color: rgb(132,71,61); }
div.DivClassName
{
background-color: #84473D;
}
.BgClassName
{
background-color: #84473D;
}
</style>
border-color css
<style>
span { border-color: #84473D; }
span { border-color: rgb(132,71,61); }
td.TdClassName
{
border-color: #84473D;
}
.TagClassName
{
border-color: #84473D;
}
</style>