Shades of Nutmeg #844A3B
Tints of Nutmeg #844A3B
RGB
CMYK
RGB Variations
Color information
#844A3B (or 0x844A3B) is known color: Nutmeg. HEX triplet: 84, 4A and 3B. RGB value is (132,74,59). Sum of RGB (Red+Green+Blue) = 132+74+59=265 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.81% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 132 - color contains mainly: red. Hex color #844A3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844A3B is #7BB5C4. Grayscale: #595959. Windows color (decimal): -8107461 or 3885700. OLE color: 3885700.
HSL color Cylindrical-coordinate representation of color #844A3B: hue angle of 12.33º 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 #844A3B is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 74 | 59 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.48 |
| HSL | 12.33º | 0.38% | 0.37% | - |
| HSV(B) | 12.33º | 0.55% | 0.52% | - |
| XYZ | 12.75 | 10.12 | 5.42 | - |
| YUV | 89.63 | 110.72 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 74 | 59 | 0 | 0.44 | 0.55 | 0.48 | 12.33 | 0.38 | 0.37 |
| Hex | 84 | 4A | 3B | 0 | 2C | 37 | 30 | C | 26 | 25 |
| Octal | 204 | 112 | 73 | 0 | 54 | 67 | 60 | 14 | 46 | 45 |
| Binary | 10000100 | 1001010 | 111011 | 0 | 101100 | 110111 | 110000 | 1100 | 100110 | 100101 |
Color Harmonies of #844A3B
Complementary color
Monochromatic Colors of #844A3B
Black with #844A3B
Text Example
Text Example
White with #844A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844A3B; }
p { color: rgb(132,74,59); }
H1.HeaderClassName
{
color: #844A3B;
}
.AnyTagClassName
{
color: #844A3B;
}
</style>
background-color css
<style>
a { background-color: #844A3B; }
a { background-color: rgb(132,74,59); }
div.DivClassName
{
background-color: #844A3B;
}
.BgClassName
{
background-color: #844A3B;
}
</style>
border-color css
<style>
span { border-color: #844A3B; }
span { border-color: rgb(132,74,59); }
td.TdClassName
{
border-color: #844A3B;
}
.TagClassName
{
border-color: #844A3B;
}
</style>