Shades of Nutmeg #824C3C
Tints of Nutmeg #824C3C
RGB
CMYK
RGB Variations
Color information
#824C3C (or 0x824C3C) is known color: Nutmeg. HEX triplet: 82, 4C and 3C. RGB value is (130,76,60). Sum of RGB (Red+Green+Blue) = 130+76+60=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 76 (30.08% from 255 or 28.57% from 266); Blue value is 60 (23.83% from 255 or 22.56% from 266); Max value from RGB is 130 - color contains mainly: red. Hex color #824C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824C3C is #7DB3C3. Grayscale: #5A5A5A. Windows color (decimal): -8238020 or 3951746. OLE color: 3951746.
HSL color Cylindrical-coordinate representation of color #824C3C: hue angle of 13.71º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #824C3C is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 76 | 60 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.49 |
| HSL | 13.71º | 0.37% | 0.37% | - |
| HSV(B) | 13.71º | 0.54% | 0.51% | - |
| XYZ | 12.61 | 10.24 | 5.59 | - |
| YUV | 90.32 | 110.89 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 76 | 60 | 0 | 0.42 | 0.54 | 0.49 | 13.71 | 0.37 | 0.37 |
| Hex | 82 | 4C | 3C | 0 | 2A | 36 | 31 | E | 25 | 25 |
| Octal | 202 | 114 | 74 | 0 | 52 | 66 | 61 | 16 | 45 | 45 |
| Binary | 10000010 | 1001100 | 111100 | 0 | 101010 | 110110 | 110001 | 1110 | 100101 | 100101 |
Color Harmonies of #824C3C
Complementary color
Monochromatic Colors of #824C3C
Black with #824C3C
Text Example
Text Example
White with #824C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824C3C; }
p { color: rgb(130,76,60); }
H1.HeaderClassName
{
color: #824C3C;
}
.AnyTagClassName
{
color: #824C3C;
}
</style>
background-color css
<style>
a { background-color: #824C3C; }
a { background-color: rgb(130,76,60); }
div.DivClassName
{
background-color: #824C3C;
}
.BgClassName
{
background-color: #824C3C;
}
</style>
border-color css
<style>
span { border-color: #824C3C; }
span { border-color: rgb(130,76,60); }
td.TdClassName
{
border-color: #824C3C;
}
.TagClassName
{
border-color: #824C3C;
}
</style>