Shades of Nutmeg #824D3D
Tints of Nutmeg #824D3D
RGB
CMYK
RGB Variations
Color information
#824D3D (or 0x824D3D) is known color: Nutmeg. HEX triplet: 82, 4D and 3D. RGB value is (130,77,61). Sum of RGB (Red+Green+Blue) = 130+77+61=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #824D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824D3D is #7DB2C2. Grayscale: #5B5B5B. Windows color (decimal): -8237763 or 4017538. OLE color: 4017538.
HSL color Cylindrical-coordinate representation of color #824D3D: hue angle of 13.91º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #824D3D is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 77 | 61 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.49 |
| HSL | 13.91º | 0.36% | 0.37% | - |
| HSV(B) | 13.91º | 0.53% | 0.51% | - |
| XYZ | 12.7 | 10.39 | 5.75 | - |
| YUV | 91.02 | 111.06 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 77 | 61 | 0 | 0.41 | 0.53 | 0.49 | 13.91 | 0.36 | 0.37 |
| Hex | 82 | 4D | 3D | 0 | 29 | 35 | 31 | E | 24 | 25 |
| Octal | 202 | 115 | 75 | 0 | 51 | 65 | 61 | 16 | 44 | 45 |
| Binary | 10000010 | 1001101 | 111101 | 0 | 101001 | 110101 | 110001 | 1110 | 100100 | 100101 |
Color Harmonies of #824D3D
Complementary color
Monochromatic Colors of #824D3D
Black with #824D3D
Text Example
Text Example
White with #824D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824D3D; }
p { color: rgb(130,77,61); }
H1.HeaderClassName
{
color: #824D3D;
}
.AnyTagClassName
{
color: #824D3D;
}
</style>
background-color css
<style>
a { background-color: #824D3D; }
a { background-color: rgb(130,77,61); }
div.DivClassName
{
background-color: #824D3D;
}
.BgClassName
{
background-color: #824D3D;
}
</style>
border-color css
<style>
span { border-color: #824D3D; }
span { border-color: rgb(130,77,61); }
td.TdClassName
{
border-color: #824D3D;
}
.TagClassName
{
border-color: #824D3D;
}
</style>