Shades of Nutmeg #824A40
Tints of Nutmeg #824A40
RGB
CMYK
RGB Variations
Color information
#824A40 (or 0x824A40) is known color: Nutmeg. HEX triplet: 82, 4A and 40. RGB value is (130,74,64). Sum of RGB (Red+Green+Blue) = 130+74+64=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #824A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824A40 is #7DB5BF. Grayscale: #595959. Windows color (decimal): -8238528 or 4213378. OLE color: 4213378.
HSL color Cylindrical-coordinate representation of color #824A40: hue angle of 9.09º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #824A40 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 74 | 64 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.49 |
| HSL | 9.09º | 0.34% | 0.38% | - |
| HSV(B) | 9.09º | 0.51% | 0.51% | - |
| XYZ | 12.58 | 10.01 | 6.12 | - |
| YUV | 89.6 | 113.55 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 74 | 64 | 0 | 0.43 | 0.51 | 0.49 | 9.09 | 0.34 | 0.38 |
| Hex | 82 | 4A | 40 | 0 | 2B | 33 | 31 | 9 | 22 | 26 |
| Octal | 202 | 112 | 100 | 0 | 53 | 63 | 61 | 11 | 42 | 46 |
| Binary | 10000010 | 1001010 | 1000000 | 0 | 101011 | 110011 | 110001 | 1001 | 100010 | 100110 |
Color Harmonies of #824A40
Complementary color
Monochromatic Colors of #824A40
Black with #824A40
Text Example
Text Example
White with #824A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824A40; }
p { color: rgb(130,74,64); }
H1.HeaderClassName
{
color: #824A40;
}
.AnyTagClassName
{
color: #824A40;
}
</style>
background-color css
<style>
a { background-color: #824A40; }
a { background-color: rgb(130,74,64); }
div.DivClassName
{
background-color: #824A40;
}
.BgClassName
{
background-color: #824A40;
}
</style>
border-color css
<style>
span { border-color: #824A40; }
span { border-color: rgb(130,74,64); }
td.TdClassName
{
border-color: #824A40;
}
.TagClassName
{
border-color: #824A40;
}
</style>