Shades of Nutmeg #84473B
Tints of Nutmeg #84473B
RGB
CMYK
RGB Variations
Color information
#84473B (or 0x84473B) is known color: Nutmeg. HEX triplet: 84, 47 and 3B. RGB value is (132,71,59). Sum of RGB (Red+Green+Blue) = 132+71+59=262 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.38% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 59 (23.44% from 255 or 22.52% from 262); Max value from RGB is 132 - color contains mainly: red. Hex color #84473B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84473B is #7BB8C4. Grayscale: #575757. Windows color (decimal): -8108229 or 3884932. OLE color: 3884932.
HSL color Cylindrical-coordinate representation of color #84473B: hue angle of 9.86º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #84473B is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 71 | 59 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.48 |
| HSL | 9.86º | 0.38% | 0.37% | - |
| HSV(B) | 9.86º | 0.55% | 0.52% | - |
| XYZ | 12.56 | 9.73 | 5.35 | - |
| YUV | 87.87 | 111.71 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 71 | 59 | 0 | 0.46 | 0.55 | 0.48 | 9.86 | 0.38 | 0.37 |
| Hex | 84 | 47 | 3B | 0 | 2E | 37 | 30 | A | 26 | 25 |
| Octal | 204 | 107 | 73 | 0 | 56 | 67 | 60 | 12 | 46 | 45 |
| Binary | 10000100 | 1000111 | 111011 | 0 | 101110 | 110111 | 110000 | 1010 | 100110 | 100101 |
Color Harmonies of #84473B
Complementary color
Monochromatic Colors of #84473B
Black with #84473B
Text Example
Text Example
White with #84473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84473B; }
p { color: rgb(132,71,59); }
H1.HeaderClassName
{
color: #84473B;
}
.AnyTagClassName
{
color: #84473B;
}
</style>
background-color css
<style>
a { background-color: #84473B; }
a { background-color: rgb(132,71,59); }
div.DivClassName
{
background-color: #84473B;
}
.BgClassName
{
background-color: #84473B;
}
</style>
border-color css
<style>
span { border-color: #84473B; }
span { border-color: rgb(132,71,59); }
td.TdClassName
{
border-color: #84473B;
}
.TagClassName
{
border-color: #84473B;
}
</style>