Shades of Nutmeg #82483B
Tints of Nutmeg #82483B
RGB
CMYK
RGB Variations
Color information
#82483B (or 0x82483B) is known color: Nutmeg. HEX triplet: 82, 48 and 3B. RGB value is (130,72,59). Sum of RGB (Red+Green+Blue) = 130+72+59=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 59 (23.44% from 255 or 22.61% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #82483B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82483B is #7DB7C4. Grayscale: #575757. Windows color (decimal): -8239045 or 3885186. OLE color: 3885186.
HSL color Cylindrical-coordinate representation of color #82483B: hue angle of 10.99º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #82483B is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 72 | 59 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.49 |
| HSL | 10.99º | 0.38% | 0.37% | - |
| HSV(B) | 10.99º | 0.55% | 0.51% | - |
| XYZ | 12.31 | 9.7 | 5.36 | - |
| YUV | 87.86 | 111.72 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 72 | 59 | 0 | 0.45 | 0.55 | 0.49 | 10.99 | 0.38 | 0.37 |
| Hex | 82 | 48 | 3B | 0 | 2D | 37 | 31 | B | 26 | 25 |
| Octal | 202 | 110 | 73 | 0 | 55 | 67 | 61 | 13 | 46 | 45 |
| Binary | 10000010 | 1001000 | 111011 | 0 | 101101 | 110111 | 110001 | 1011 | 100110 | 100101 |
Color Harmonies of #82483B
Complementary color
Monochromatic Colors of #82483B
Black with #82483B
Text Example
Text Example
White with #82483B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82483B; }
p { color: rgb(130,72,59); }
H1.HeaderClassName
{
color: #82483B;
}
.AnyTagClassName
{
color: #82483B;
}
</style>
background-color css
<style>
a { background-color: #82483B; }
a { background-color: rgb(130,72,59); }
div.DivClassName
{
background-color: #82483B;
}
.BgClassName
{
background-color: #82483B;
}
</style>
border-color css
<style>
span { border-color: #82483B; }
span { border-color: rgb(130,72,59); }
td.TdClassName
{
border-color: #82483B;
}
.TagClassName
{
border-color: #82483B;
}
</style>