Shades of Nutmeg #82483C
Tints of Nutmeg #82483C
RGB
CMYK
RGB Variations
Color information
#82483C (or 0x82483C) is known color: Nutmeg. HEX triplet: 82, 48 and 3C. RGB value is (130,72,60). Sum of RGB (Red+Green+Blue) = 130+72+60=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 60 (23.83% from 255 or 22.90% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #82483C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82483C is #7DB7C3. Grayscale: #585858. Windows color (decimal): -8239044 or 3950722. OLE color: 3950722.
HSL color Cylindrical-coordinate representation of color #82483C: hue angle of 10.29º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #82483C is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 72 | 60 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.49 |
| HSL | 10.29º | 0.37% | 0.37% | - |
| HSV(B) | 10.29º | 0.54% | 0.51% | - |
| XYZ | 12.34 | 9.71 | 5.5 | - |
| YUV | 87.97 | 112.22 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 72 | 60 | 0 | 0.45 | 0.54 | 0.49 | 10.29 | 0.37 | 0.37 |
| Hex | 82 | 48 | 3C | 0 | 2D | 36 | 31 | A | 25 | 25 |
| Octal | 202 | 110 | 74 | 0 | 55 | 66 | 61 | 12 | 45 | 45 |
| Binary | 10000010 | 1001000 | 111100 | 0 | 101101 | 110110 | 110001 | 1010 | 100101 | 100101 |
Color Harmonies of #82483C
Complementary color
Monochromatic Colors of #82483C
Black with #82483C
Text Example
Text Example
White with #82483C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82483C; }
p { color: rgb(130,72,60); }
H1.HeaderClassName
{
color: #82483C;
}
.AnyTagClassName
{
color: #82483C;
}
</style>
background-color css
<style>
a { background-color: #82483C; }
a { background-color: rgb(130,72,60); }
div.DivClassName
{
background-color: #82483C;
}
.BgClassName
{
background-color: #82483C;
}
</style>
border-color css
<style>
span { border-color: #82483C; }
span { border-color: rgb(130,72,60); }
td.TdClassName
{
border-color: #82483C;
}
.TagClassName
{
border-color: #82483C;
}
</style>