Shades of Nutmeg #82473B
Tints of Nutmeg #82473B
RGB
CMYK
RGB Variations
Color information
#82473B (or 0x82473B) is known color: Nutmeg. HEX triplet: 82, 47 and 3B. RGB value is (130,71,59). Sum of RGB (Red+Green+Blue) = 130+71+59=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #82473B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82473B is #7DB8C4. Grayscale: #575757. Windows color (decimal): -8239301 or 3884930. OLE color: 3884930.
HSL color Cylindrical-coordinate representation of color #82473B: hue angle of 10.14º 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 #82473B is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 71 | 59 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.49 |
| HSL | 10.14º | 0.38% | 0.37% | - |
| HSV(B) | 10.14º | 0.55% | 0.51% | - |
| XYZ | 12.25 | 9.57 | 5.34 | - |
| YUV | 87.27 | 112.05 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 71 | 59 | 0 | 0.45 | 0.55 | 0.49 | 10.14 | 0.38 | 0.37 |
| Hex | 82 | 47 | 3B | 0 | 2D | 37 | 31 | A | 26 | 25 |
| Octal | 202 | 107 | 73 | 0 | 55 | 67 | 61 | 12 | 46 | 45 |
| Binary | 10000010 | 1000111 | 111011 | 0 | 101101 | 110111 | 110001 | 1010 | 100110 | 100101 |
Color Harmonies of #82473B
Complementary color
Monochromatic Colors of #82473B
Black with #82473B
Text Example
Text Example
White with #82473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82473B; }
p { color: rgb(130,71,59); }
H1.HeaderClassName
{
color: #82473B;
}
.AnyTagClassName
{
color: #82473B;
}
</style>
background-color css
<style>
a { background-color: #82473B; }
a { background-color: rgb(130,71,59); }
div.DivClassName
{
background-color: #82473B;
}
.BgClassName
{
background-color: #82473B;
}
</style>
border-color css
<style>
span { border-color: #82473B; }
span { border-color: rgb(130,71,59); }
td.TdClassName
{
border-color: #82473B;
}
.TagClassName
{
border-color: #82473B;
}
</style>