Shades of Nutmeg #824B3E
Tints of Nutmeg #824B3E
RGB
CMYK
RGB Variations
Color information
#824B3E (or 0x824B3E) is known color: Nutmeg. HEX triplet: 82, 4B and 3E. RGB value is (130,75,62). Sum of RGB (Red+Green+Blue) = 130+75+62=267 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.69% from 267); Green value is 75 (29.69% from 255 or 28.09% from 267); Blue value is 62 (24.61% from 255 or 23.22% from 267); Max value from RGB is 130 - color contains mainly: red. Hex color #824B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824B3E is #7DB4C1. Grayscale: #5A5A5A. Windows color (decimal): -8238274 or 4082562. OLE color: 4082562.
HSL color Cylindrical-coordinate representation of color #824B3E: hue angle of 11.47º 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 #824B3E is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 75 | 62 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.49 |
| HSL | 11.47º | 0.35% | 0.38% | - |
| HSV(B) | 11.47º | 0.52% | 0.51% | - |
| XYZ | 12.59 | 10.13 | 5.85 | - |
| YUV | 89.96 | 112.22 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 75 | 62 | 0 | 0.42 | 0.52 | 0.49 | 11.47 | 0.35 | 0.38 |
| Hex | 82 | 4B | 3E | 0 | 2A | 34 | 31 | B | 23 | 26 |
| Octal | 202 | 113 | 76 | 0 | 52 | 64 | 61 | 13 | 43 | 46 |
| Binary | 10000010 | 1001011 | 111110 | 0 | 101010 | 110100 | 110001 | 1011 | 100011 | 100110 |
Color Harmonies of #824B3E
Complementary color
Monochromatic Colors of #824B3E
Black with #824B3E
Text Example
Text Example
White with #824B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824B3E; }
p { color: rgb(130,75,62); }
H1.HeaderClassName
{
color: #824B3E;
}
.AnyTagClassName
{
color: #824B3E;
}
</style>
background-color css
<style>
a { background-color: #824B3E; }
a { background-color: rgb(130,75,62); }
div.DivClassName
{
background-color: #824B3E;
}
.BgClassName
{
background-color: #824B3E;
}
</style>
border-color css
<style>
span { border-color: #824B3E; }
span { border-color: rgb(130,75,62); }
td.TdClassName
{
border-color: #824B3E;
}
.TagClassName
{
border-color: #824B3E;
}
</style>