Shades of Nutmeg #84473C
Tints of Nutmeg #84473C
RGB
CMYK
RGB Variations
Color information
#84473C (or 0x84473C) is known color: Nutmeg. HEX triplet: 84, 47 and 3C. RGB value is (132,71,60). Sum of RGB (Red+Green+Blue) = 132+71+60=263 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.19% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 132 - color contains mainly: red. Hex color #84473C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84473C is #7BB8C3. Grayscale: #585858. Windows color (decimal): -8108228 or 3950468. OLE color: 3950468.
HSL color Cylindrical-coordinate representation of color #84473C: hue angle of 9.17º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #84473C is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 71 | 60 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.48 |
| HSL | 9.17º | 0.38% | 0.38% | - |
| HSV(B) | 9.17º | 0.55% | 0.52% | - |
| XYZ | 12.58 | 9.74 | 5.49 | - |
| YUV | 87.99 | 112.21 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 71 | 60 | 0 | 0.46 | 0.55 | 0.48 | 9.17 | 0.38 | 0.38 |
| Hex | 84 | 47 | 3C | 0 | 2E | 37 | 30 | 9 | 26 | 26 |
| Octal | 204 | 107 | 74 | 0 | 56 | 67 | 60 | 11 | 46 | 46 |
| Binary | 10000100 | 1000111 | 111100 | 0 | 101110 | 110111 | 110000 | 1001 | 100110 | 100110 |
Color Harmonies of #84473C
Complementary color
Monochromatic Colors of #84473C
Black with #84473C
Text Example
Text Example
White with #84473C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84473C; }
p { color: rgb(132,71,60); }
H1.HeaderClassName
{
color: #84473C;
}
.AnyTagClassName
{
color: #84473C;
}
</style>
background-color css
<style>
a { background-color: #84473C; }
a { background-color: rgb(132,71,60); }
div.DivClassName
{
background-color: #84473C;
}
.BgClassName
{
background-color: #84473C;
}
</style>
border-color css
<style>
span { border-color: #84473C; }
span { border-color: rgb(132,71,60); }
td.TdClassName
{
border-color: #84473C;
}
.TagClassName
{
border-color: #84473C;
}
</style>