Shades of Nutmeg #82493E
Tints of Nutmeg #82493E
RGB
CMYK
RGB Variations
Color information
#82493E (or 0x82493E) is known color: Nutmeg. HEX triplet: 82, 49 and 3E. RGB value is (130,73,62). Sum of RGB (Red+Green+Blue) = 130+73+62=265 (35% of max value = 765). Red value is 130 (51.17% from 255 or 49.06% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 62 (24.61% from 255 or 23.40% from 265); Max value from RGB is 130 - color contains mainly: red. Hex color #82493E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82493E is #7DB6C1. Grayscale: #585858. Windows color (decimal): -8238786 or 4082050. OLE color: 4082050.
HSL color Cylindrical-coordinate representation of color #82493E: hue angle of 9.71º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #82493E is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 73 | 62 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.49 |
| HSL | 9.71º | 0.35% | 0.38% | - |
| HSV(B) | 9.71º | 0.52% | 0.51% | - |
| XYZ | 12.46 | 9.86 | 5.8 | - |
| YUV | 88.79 | 112.88 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 73 | 62 | 0 | 0.44 | 0.52 | 0.49 | 9.71 | 0.35 | 0.38 |
| Hex | 82 | 49 | 3E | 0 | 2C | 34 | 31 | A | 23 | 26 |
| Octal | 202 | 111 | 76 | 0 | 54 | 64 | 61 | 12 | 43 | 46 |
| Binary | 10000010 | 1001001 | 111110 | 0 | 101100 | 110100 | 110001 | 1010 | 100011 | 100110 |
Color Harmonies of #82493E
Complementary color
Monochromatic Colors of #82493E
Black with #82493E
Text Example
Text Example
White with #82493E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82493E; }
p { color: rgb(130,73,62); }
H1.HeaderClassName
{
color: #82493E;
}
.AnyTagClassName
{
color: #82493E;
}
</style>
background-color css
<style>
a { background-color: #82493E; }
a { background-color: rgb(130,73,62); }
div.DivClassName
{
background-color: #82493E;
}
.BgClassName
{
background-color: #82493E;
}
</style>
border-color css
<style>
span { border-color: #82493E; }
span { border-color: rgb(130,73,62); }
td.TdClassName
{
border-color: #82493E;
}
.TagClassName
{
border-color: #82493E;
}
</style>