Shades of Nutmeg #824838
Tints of Nutmeg #824838
RGB
CMYK
RGB Variations
Color information
#824838 (or 0x824838) is known color: Nutmeg. HEX triplet: 82, 48 and 38. RGB value is (130,72,56). Sum of RGB (Red+Green+Blue) = 130+72+56=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 56 (22.27% from 255 or 21.71% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #824838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824838 is #7DB7C7. Grayscale: #575757. Windows color (decimal): -8239048 or 3688578. OLE color: 3688578.
HSL color Cylindrical-coordinate representation of color #824838: hue angle of 12.97º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #824838 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 72 | 56 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.49 |
| HSL | 12.97º | 0.4% | 0.36% | - |
| HSV(B) | 12.97º | 0.57% | 0.51% | - |
| XYZ | 12.24 | 9.67 | 4.96 | - |
| YUV | 87.52 | 110.22 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 72 | 56 | 0 | 0.45 | 0.57 | 0.49 | 12.97 | 0.4 | 0.36 |
| Hex | 82 | 48 | 38 | 0 | 2D | 39 | 31 | D | 28 | 24 |
| Octal | 202 | 110 | 70 | 0 | 55 | 71 | 61 | 15 | 50 | 44 |
| Binary | 10000010 | 1001000 | 111000 | 0 | 101101 | 111001 | 110001 | 1101 | 101000 | 100100 |
Color Harmonies of #824838
Complementary color
Monochromatic Colors of #824838
Black with #824838
Text Example
Text Example
White with #824838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824838; }
p { color: rgb(130,72,56); }
H1.HeaderClassName
{
color: #824838;
}
.AnyTagClassName
{
color: #824838;
}
</style>
background-color css
<style>
a { background-color: #824838; }
a { background-color: rgb(130,72,56); }
div.DivClassName
{
background-color: #824838;
}
.BgClassName
{
background-color: #824838;
}
</style>
border-color css
<style>
span { border-color: #824838; }
span { border-color: rgb(130,72,56); }
td.TdClassName
{
border-color: #824838;
}
.TagClassName
{
border-color: #824838;
}
</style>