Shades of Nutmeg #84483D
Tints of Nutmeg #84483D
RGB
CMYK
RGB Variations
Color information
#84483D (or 0x84483D) is known color: Nutmeg. HEX triplet: 84, 48 and 3D. RGB value is (132,72,61). Sum of RGB (Red+Green+Blue) = 132+72+61=265 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.81% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 61 (24.22% from 255 or 23.02% from 265); Max value from RGB is 132 - color contains mainly: red. Hex color #84483D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84483D is #7BB7C2. Grayscale: #585858. Windows color (decimal): -8107971 or 4016260. OLE color: 4016260.
HSL color Cylindrical-coordinate representation of color #84483D: hue angle of 9.3º 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 #84483D is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 72 | 61 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.48 |
| HSL | 9.3º | 0.37% | 0.38% | - |
| HSV(B) | 9.3º | 0.54% | 0.52% | - |
| XYZ | 12.68 | 9.88 | 5.65 | - |
| YUV | 88.69 | 112.38 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 72 | 61 | 0 | 0.45 | 0.54 | 0.48 | 9.3 | 0.37 | 0.38 |
| Hex | 84 | 48 | 3D | 0 | 2D | 36 | 30 | 9 | 25 | 26 |
| Octal | 204 | 110 | 75 | 0 | 55 | 66 | 60 | 11 | 45 | 46 |
| Binary | 10000100 | 1001000 | 111101 | 0 | 101101 | 110110 | 110000 | 1001 | 100101 | 100110 |
Color Harmonies of #84483D
Complementary color
Monochromatic Colors of #84483D
Black with #84483D
Text Example
Text Example
White with #84483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84483D; }
p { color: rgb(132,72,61); }
H1.HeaderClassName
{
color: #84483D;
}
.AnyTagClassName
{
color: #84483D;
}
</style>
background-color css
<style>
a { background-color: #84483D; }
a { background-color: rgb(132,72,61); }
div.DivClassName
{
background-color: #84483D;
}
.BgClassName
{
background-color: #84483D;
}
</style>
border-color css
<style>
span { border-color: #84483D; }
span { border-color: rgb(132,72,61); }
td.TdClassName
{
border-color: #84483D;
}
.TagClassName
{
border-color: #84483D;
}
</style>