Shades of Nutmeg #824A3B
Tints of Nutmeg #824A3B
RGB
CMYK
RGB Variations
Color information
#824A3B (or 0x824A3B) is known color: Nutmeg. HEX triplet: 82, 4A and 3B. RGB value is (130,74,59). Sum of RGB (Red+Green+Blue) = 130+74+59=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 59 (23.44% from 255 or 22.43% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #824A3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824A3B is #7DB5C4. Grayscale: #595959. Windows color (decimal): -8238533 or 3885698. OLE color: 3885698.
HSL color Cylindrical-coordinate representation of color #824A3B: hue angle of 12.68º 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 #824A3B is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 74 | 59 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.49 |
| HSL | 12.68º | 0.38% | 0.37% | - |
| HSV(B) | 12.68º | 0.55% | 0.51% | - |
| XYZ | 12.44 | 9.96 | 5.4 | - |
| YUV | 89.03 | 111.05 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 74 | 59 | 0 | 0.43 | 0.55 | 0.49 | 12.68 | 0.38 | 0.37 |
| Hex | 82 | 4A | 3B | 0 | 2B | 37 | 31 | D | 26 | 25 |
| Octal | 202 | 112 | 73 | 0 | 53 | 67 | 61 | 15 | 46 | 45 |
| Binary | 10000010 | 1001010 | 111011 | 0 | 101011 | 110111 | 110001 | 1101 | 100110 | 100101 |
Color Harmonies of #824A3B
Complementary color
Monochromatic Colors of #824A3B
Black with #824A3B
Text Example
Text Example
White with #824A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824A3B; }
p { color: rgb(130,74,59); }
H1.HeaderClassName
{
color: #824A3B;
}
.AnyTagClassName
{
color: #824A3B;
}
</style>
background-color css
<style>
a { background-color: #824A3B; }
a { background-color: rgb(130,74,59); }
div.DivClassName
{
background-color: #824A3B;
}
.BgClassName
{
background-color: #824A3B;
}
</style>
border-color css
<style>
span { border-color: #824A3B; }
span { border-color: rgb(130,74,59); }
td.TdClassName
{
border-color: #824A3B;
}
.TagClassName
{
border-color: #824A3B;
}
</style>