Shades of Nutmeg #814A3A
Tints of Nutmeg #814A3A
RGB
CMYK
RGB Variations
Color information
#814A3A (or 0x814A3A) is known color: Nutmeg. HEX triplet: 81, 4A and 3A. RGB value is (129,74,58). Sum of RGB (Red+Green+Blue) = 129+74+58=261 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.43% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 129 - color contains mainly: red. Hex color #814A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814A3A is #7EB5C5. Grayscale: #585858. Windows color (decimal): -8304070 or 3820161. OLE color: 3820161.
HSL color Cylindrical-coordinate representation of color #814A3A: hue angle of 13.52º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #814A3A is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 74 | 58 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.49 |
| HSL | 13.52º | 0.38% | 0.37% | - |
| HSV(B) | 13.52º | 0.55% | 0.51% | - |
| XYZ | 12.27 | 9.87 | 5.26 | - |
| YUV | 88.62 | 110.72 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 74 | 58 | 0 | 0.43 | 0.55 | 0.49 | 13.52 | 0.38 | 0.37 |
| Hex | 81 | 4A | 3A | 0 | 2B | 37 | 31 | E | 26 | 25 |
| Octal | 201 | 112 | 72 | 0 | 53 | 67 | 61 | 16 | 46 | 45 |
| Binary | 10000001 | 1001010 | 111010 | 0 | 101011 | 110111 | 110001 | 1110 | 100110 | 100101 |
Color Harmonies of #814A3A
Complementary color
Monochromatic Colors of #814A3A
Black with #814A3A
Text Example
Text Example
White with #814A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814A3A; }
p { color: rgb(129,74,58); }
H1.HeaderClassName
{
color: #814A3A;
}
.AnyTagClassName
{
color: #814A3A;
}
</style>
background-color css
<style>
a { background-color: #814A3A; }
a { background-color: rgb(129,74,58); }
div.DivClassName
{
background-color: #814A3A;
}
.BgClassName
{
background-color: #814A3A;
}
</style>
border-color css
<style>
span { border-color: #814A3A; }
span { border-color: rgb(129,74,58); }
td.TdClassName
{
border-color: #814A3A;
}
.TagClassName
{
border-color: #814A3A;
}
</style>