Shades of Nutmeg #824A3F
Tints of Nutmeg #824A3F
RGB
CMYK
RGB Variations
Color information
#824A3F (or 0x824A3F) is known color: Nutmeg. HEX triplet: 82, 4A and 3F. RGB value is (130,74,63). Sum of RGB (Red+Green+Blue) = 130+74+63=267 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.69% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 130 - color contains mainly: red. Hex color #824A3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824A3F is #7DB5C0. Grayscale: #595959. Windows color (decimal): -8238529 or 4147842. OLE color: 4147842.
HSL color Cylindrical-coordinate representation of color #824A3F: hue angle of 9.85º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #824A3F is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 74 | 63 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.49 |
| HSL | 9.85º | 0.35% | 0.38% | - |
| HSV(B) | 9.85º | 0.52% | 0.51% | - |
| XYZ | 12.55 | 10 | 5.97 | - |
| YUV | 89.49 | 113.05 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 74 | 63 | 0 | 0.43 | 0.52 | 0.49 | 9.85 | 0.35 | 0.38 |
| Hex | 82 | 4A | 3F | 0 | 2B | 34 | 31 | A | 23 | 26 |
| Octal | 202 | 112 | 77 | 0 | 53 | 64 | 61 | 12 | 43 | 46 |
| Binary | 10000010 | 1001010 | 111111 | 0 | 101011 | 110100 | 110001 | 1010 | 100011 | 100110 |
Color Harmonies of #824A3F
Complementary color
Monochromatic Colors of #824A3F
Black with #824A3F
Text Example
Text Example
White with #824A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824A3F; }
p { color: rgb(130,74,63); }
H1.HeaderClassName
{
color: #824A3F;
}
.AnyTagClassName
{
color: #824A3F;
}
</style>
background-color css
<style>
a { background-color: #824A3F; }
a { background-color: rgb(130,74,63); }
div.DivClassName
{
background-color: #824A3F;
}
.BgClassName
{
background-color: #824A3F;
}
</style>
border-color css
<style>
span { border-color: #824A3F; }
span { border-color: rgb(130,74,63); }
td.TdClassName
{
border-color: #824A3F;
}
.TagClassName
{
border-color: #824A3F;
}
</style>