Shades of Nutmeg #814E3C
Tints of Nutmeg #814E3C
RGB
CMYK
RGB Variations
Color information
#814E3C (or 0x814E3C) is known color: Nutmeg. HEX triplet: 81, 4E and 3C. RGB value is (129,78,60). Sum of RGB (Red+Green+Blue) = 129+78+60=267 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.31% from 267); Green value is 78 (30.86% from 255 or 29.21% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 129 - color contains mainly: red. Hex color #814E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814E3C is #7EB1C3. Grayscale: #5B5B5B. Windows color (decimal): -8303044 or 3952257. OLE color: 3952257.
HSL color Cylindrical-coordinate representation of color #814E3C: hue angle of 15.65º degrees, saturation: 0.37, 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 #814E3C is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 78 | 60 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.49 |
| HSL | 15.65º | 0.37% | 0.37% | - |
| HSV(B) | 15.65º | 0.53% | 0.51% | - |
| XYZ | 12.59 | 10.44 | 5.63 | - |
| YUV | 91.2 | 110.4 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 78 | 60 | 0 | 0.40 | 0.53 | 0.49 | 15.65 | 0.37 | 0.37 |
| Hex | 81 | 4E | 3C | 0 | 28 | 35 | 31 | 10 | 25 | 25 |
| Octal | 201 | 116 | 74 | 0 | 50 | 65 | 61 | 20 | 45 | 45 |
| Binary | 10000001 | 1001110 | 111100 | 0 | 101000 | 110101 | 110001 | 10000 | 100101 | 100101 |
Color Harmonies of #814E3C
Complementary color
Monochromatic Colors of #814E3C
Black with #814E3C
Text Example
Text Example
White with #814E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814E3C; }
p { color: rgb(129,78,60); }
H1.HeaderClassName
{
color: #814E3C;
}
.AnyTagClassName
{
color: #814E3C;
}
</style>
background-color css
<style>
a { background-color: #814E3C; }
a { background-color: rgb(129,78,60); }
div.DivClassName
{
background-color: #814E3C;
}
.BgClassName
{
background-color: #814E3C;
}
</style>
border-color css
<style>
span { border-color: #814E3C; }
span { border-color: rgb(129,78,60); }
td.TdClassName
{
border-color: #814E3C;
}
.TagClassName
{
border-color: #814E3C;
}
</style>