Shades of Nutmeg #82473A
Tints of Nutmeg #82473A
RGB
CMYK
RGB Variations
Color information
#82473A (or 0x82473A) is known color: Nutmeg. HEX triplet: 82, 47 and 3A. RGB value is (130,71,58). Sum of RGB (Red+Green+Blue) = 130+71+58=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 58 (23.05% from 255 or 22.39% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #82473A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82473A is #7DB8C5. Grayscale: #575757. Windows color (decimal): -8239302 or 3819394. OLE color: 3819394.
HSL color Cylindrical-coordinate representation of color #82473A: hue angle of 10.83º 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 #82473A is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 71 | 58 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.49 |
| HSL | 10.83º | 0.38% | 0.37% | - |
| HSV(B) | 10.83º | 0.55% | 0.51% | - |
| XYZ | 12.22 | 9.56 | 5.2 | - |
| YUV | 87.16 | 111.55 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 71 | 58 | 0 | 0.45 | 0.55 | 0.49 | 10.83 | 0.38 | 0.37 |
| Hex | 82 | 47 | 3A | 0 | 2D | 37 | 31 | B | 26 | 25 |
| Octal | 202 | 107 | 72 | 0 | 55 | 67 | 61 | 13 | 46 | 45 |
| Binary | 10000010 | 1000111 | 111010 | 0 | 101101 | 110111 | 110001 | 1011 | 100110 | 100101 |
Color Harmonies of #82473A
Complementary color
Monochromatic Colors of #82473A
Black with #82473A
Text Example
Text Example
White with #82473A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82473A; }
p { color: rgb(130,71,58); }
H1.HeaderClassName
{
color: #82473A;
}
.AnyTagClassName
{
color: #82473A;
}
</style>
background-color css
<style>
a { background-color: #82473A; }
a { background-color: rgb(130,71,58); }
div.DivClassName
{
background-color: #82473A;
}
.BgClassName
{
background-color: #82473A;
}
</style>
border-color css
<style>
span { border-color: #82473A; }
span { border-color: rgb(130,71,58); }
td.TdClassName
{
border-color: #82473A;
}
.TagClassName
{
border-color: #82473A;
}
</style>