Shades of Nutmeg #834839
Tints of Nutmeg #834839
RGB
CMYK
RGB Variations
Color information
#834839 (or 0x834839) is known color: Nutmeg. HEX triplet: 83, 48 and 39. RGB value is (131,72,57). Sum of RGB (Red+Green+Blue) = 131+72+57=260 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.38% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 57 (22.66% from 255 or 21.92% from 260); Max value from RGB is 131 - color contains mainly: red. Hex color #834839 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834839 is #7CB7C6. Grayscale: #585858. Windows color (decimal): -8173511 or 3754115. OLE color: 3754115.
HSL color Cylindrical-coordinate representation of color #834839: hue angle of 12.16º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #834839 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 72 | 57 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.49 |
| HSL | 12.16º | 0.39% | 0.37% | - |
| HSV(B) | 12.16º | 0.56% | 0.51% | - |
| XYZ | 12.42 | 9.76 | 5.1 | - |
| YUV | 87.93 | 110.55 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 72 | 57 | 0 | 0.45 | 0.56 | 0.49 | 12.16 | 0.39 | 0.37 |
| Hex | 83 | 48 | 39 | 0 | 2D | 38 | 31 | C | 27 | 25 |
| Octal | 203 | 110 | 71 | 0 | 55 | 70 | 61 | 14 | 47 | 45 |
| Binary | 10000011 | 1001000 | 111001 | 0 | 101101 | 111000 | 110001 | 1100 | 100111 | 100101 |
Color Harmonies of #834839
Complementary color
Monochromatic Colors of #834839
Black with #834839
Text Example
Text Example
White with #834839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834839; }
p { color: rgb(131,72,57); }
H1.HeaderClassName
{
color: #834839;
}
.AnyTagClassName
{
color: #834839;
}
</style>
background-color css
<style>
a { background-color: #834839; }
a { background-color: rgb(131,72,57); }
div.DivClassName
{
background-color: #834839;
}
.BgClassName
{
background-color: #834839;
}
</style>
border-color css
<style>
span { border-color: #834839; }
span { border-color: rgb(131,72,57); }
td.TdClassName
{
border-color: #834839;
}
.TagClassName
{
border-color: #834839;
}
</style>