Shades of Nutmeg #82483A
Tints of Nutmeg #82483A
RGB
CMYK
RGB Variations
Color information
#82483A (or 0x82483A) is known color: Nutmeg. HEX triplet: 82, 48 and 3A. RGB value is (130,72,58). Sum of RGB (Red+Green+Blue) = 130+72+58=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 58 (23.05% from 255 or 22.31% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #82483A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82483A is #7DB7C5. Grayscale: #575757. Windows color (decimal): -8239046 or 3819650. OLE color: 3819650.
HSL color Cylindrical-coordinate representation of color #82483A: hue angle of 11.67º 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 #82483A is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 72 | 58 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.49 |
| HSL | 11.67º | 0.38% | 0.37% | - |
| HSV(B) | 11.67º | 0.55% | 0.51% | - |
| XYZ | 12.29 | 9.69 | 5.22 | - |
| YUV | 87.75 | 111.22 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 72 | 58 | 0 | 0.45 | 0.55 | 0.49 | 11.67 | 0.38 | 0.37 |
| Hex | 82 | 48 | 3A | 0 | 2D | 37 | 31 | C | 26 | 25 |
| Octal | 202 | 110 | 72 | 0 | 55 | 67 | 61 | 14 | 46 | 45 |
| Binary | 10000010 | 1001000 | 111010 | 0 | 101101 | 110111 | 110001 | 1100 | 100110 | 100101 |
Color Harmonies of #82483A
Complementary color
Monochromatic Colors of #82483A
Black with #82483A
Text Example
Text Example
White with #82483A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82483A; }
p { color: rgb(130,72,58); }
H1.HeaderClassName
{
color: #82483A;
}
.AnyTagClassName
{
color: #82483A;
}
</style>
background-color css
<style>
a { background-color: #82483A; }
a { background-color: rgb(130,72,58); }
div.DivClassName
{
background-color: #82483A;
}
.BgClassName
{
background-color: #82483A;
}
</style>
border-color css
<style>
span { border-color: #82483A; }
span { border-color: rgb(130,72,58); }
td.TdClassName
{
border-color: #82483A;
}
.TagClassName
{
border-color: #82483A;
}
</style>