Shades of Nutmeg #82483E
Tints of Nutmeg #82483E
RGB
CMYK
RGB Variations
Color information
#82483E (or 0x82483E) is known color: Nutmeg. HEX triplet: 82, 48 and 3E. RGB value is (130,72,62). Sum of RGB (Red+Green+Blue) = 130+72+62=264 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.24% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 62 (24.61% from 255 or 23.48% from 264); Max value from RGB is 130 - color contains mainly: red. Hex color #82483E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82483E is #7DB7C1. Grayscale: #585858. Windows color (decimal): -8239042 or 4081794. OLE color: 4081794.
HSL color Cylindrical-coordinate representation of color #82483E: hue angle of 8.82º 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 #82483E is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 72 | 62 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.49 |
| HSL | 8.82º | 0.35% | 0.38% | - |
| HSV(B) | 8.82º | 0.52% | 0.51% | - |
| XYZ | 12.39 | 9.73 | 5.78 | - |
| YUV | 88.2 | 113.22 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 72 | 62 | 0 | 0.45 | 0.52 | 0.49 | 8.82 | 0.35 | 0.38 |
| Hex | 82 | 48 | 3E | 0 | 2D | 34 | 31 | 9 | 23 | 26 |
| Octal | 202 | 110 | 76 | 0 | 55 | 64 | 61 | 11 | 43 | 46 |
| Binary | 10000010 | 1001000 | 111110 | 0 | 101101 | 110100 | 110001 | 1001 | 100011 | 100110 |
Color Harmonies of #82483E
Complementary color
Monochromatic Colors of #82483E
Black with #82483E
Text Example
Text Example
White with #82483E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82483E; }
p { color: rgb(130,72,62); }
H1.HeaderClassName
{
color: #82483E;
}
.AnyTagClassName
{
color: #82483E;
}
</style>
background-color css
<style>
a { background-color: #82483E; }
a { background-color: rgb(130,72,62); }
div.DivClassName
{
background-color: #82483E;
}
.BgClassName
{
background-color: #82483E;
}
</style>
border-color css
<style>
span { border-color: #82483E; }
span { border-color: rgb(130,72,62); }
td.TdClassName
{
border-color: #82483E;
}
.TagClassName
{
border-color: #82483E;
}
</style>