Shades of Nutmeg #83483E
Tints of Nutmeg #83483E
RGB
CMYK
RGB Variations
Color information
#83483E (or 0x83483E) is known color: Nutmeg. HEX triplet: 83, 48 and 3E. RGB value is (131,72,62). Sum of RGB (Red+Green+Blue) = 131+72+62=265 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.43% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 62 (24.61% from 255 or 23.40% from 265); Max value from RGB is 131 - color contains mainly: red. Hex color #83483E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83483E is #7CB7C1. Grayscale: #585858. Windows color (decimal): -8173506 or 4081795. OLE color: 4081795.
HSL color Cylindrical-coordinate representation of color #83483E: hue angle of 8.7º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #83483E is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 72 | 62 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.49 |
| HSL | 8.7º | 0.36% | 0.38% | - |
| HSV(B) | 8.7º | 0.53% | 0.51% | - |
| XYZ | 12.55 | 9.81 | 5.79 | - |
| YUV | 88.5 | 113.05 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 72 | 62 | 0 | 0.45 | 0.53 | 0.49 | 8.7 | 0.36 | 0.38 |
| Hex | 83 | 48 | 3E | 0 | 2D | 35 | 31 | 9 | 24 | 26 |
| Octal | 203 | 110 | 76 | 0 | 55 | 65 | 61 | 11 | 44 | 46 |
| Binary | 10000011 | 1001000 | 111110 | 0 | 101101 | 110101 | 110001 | 1001 | 100100 | 100110 |
Color Harmonies of #83483E
Complementary color
Monochromatic Colors of #83483E
Black with #83483E
Text Example
Text Example
White with #83483E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83483E; }
p { color: rgb(131,72,62); }
H1.HeaderClassName
{
color: #83483E;
}
.AnyTagClassName
{
color: #83483E;
}
</style>
background-color css
<style>
a { background-color: #83483E; }
a { background-color: rgb(131,72,62); }
div.DivClassName
{
background-color: #83483E;
}
.BgClassName
{
background-color: #83483E;
}
</style>
border-color css
<style>
span { border-color: #83483E; }
span { border-color: rgb(131,72,62); }
td.TdClassName
{
border-color: #83483E;
}
.TagClassName
{
border-color: #83483E;
}
</style>