Shades of Nutmeg #824B3D
Tints of Nutmeg #824B3D
RGB
CMYK
RGB Variations
Color information
#824B3D (or 0x824B3D) is known color: Nutmeg. HEX triplet: 82, 4B and 3D. RGB value is (130,75,61). Sum of RGB (Red+Green+Blue) = 130+75+61=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 75 (29.69% from 255 or 28.20% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 130 - color contains mainly: red. Hex color #824B3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824B3D is #7DB4C2. Grayscale: #595959. Windows color (decimal): -8238275 or 4017026. OLE color: 4017026.
HSL color Cylindrical-coordinate representation of color #824B3D: hue angle of 12.17º 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 #824B3D is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 75 | 61 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.49 |
| HSL | 12.17º | 0.36% | 0.37% | - |
| HSV(B) | 12.17º | 0.53% | 0.51% | - |
| XYZ | 12.56 | 10.11 | 5.71 | - |
| YUV | 89.85 | 111.72 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 75 | 61 | 0 | 0.42 | 0.53 | 0.49 | 12.17 | 0.36 | 0.37 |
| Hex | 82 | 4B | 3D | 0 | 2A | 35 | 31 | C | 24 | 25 |
| Octal | 202 | 113 | 75 | 0 | 52 | 65 | 61 | 14 | 44 | 45 |
| Binary | 10000010 | 1001011 | 111101 | 0 | 101010 | 110101 | 110001 | 1100 | 100100 | 100101 |
Color Harmonies of #824B3D
Complementary color
Monochromatic Colors of #824B3D
Black with #824B3D
Text Example
Text Example
White with #824B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824B3D; }
p { color: rgb(130,75,61); }
H1.HeaderClassName
{
color: #824B3D;
}
.AnyTagClassName
{
color: #824B3D;
}
</style>
background-color css
<style>
a { background-color: #824B3D; }
a { background-color: rgb(130,75,61); }
div.DivClassName
{
background-color: #824B3D;
}
.BgClassName
{
background-color: #824B3D;
}
</style>
border-color css
<style>
span { border-color: #824B3D; }
span { border-color: rgb(130,75,61); }
td.TdClassName
{
border-color: #824B3D;
}
.TagClassName
{
border-color: #824B3D;
}
</style>