Shades of Nutmeg #814A3B
Tints of Nutmeg #814A3B
RGB
CMYK
RGB Variations
Color information
#814A3B (or 0x814A3B) is known color: Nutmeg. HEX triplet: 81, 4A and 3B. RGB value is (129,74,59). Sum of RGB (Red+Green+Blue) = 129+74+59=262 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.24% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 59 (23.44% from 255 or 22.52% from 262); Max value from RGB is 129 - color contains mainly: red. Hex color #814A3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814A3B is #7EB5C4. Grayscale: #585858. Windows color (decimal): -8304069 or 3885697. OLE color: 3885697.
HSL color Cylindrical-coordinate representation of color #814A3B: hue angle of 12.86º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #814A3B is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 74 | 59 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.49 |
| HSL | 12.86º | 0.37% | 0.37% | - |
| HSV(B) | 12.86º | 0.54% | 0.51% | - |
| XYZ | 12.29 | 9.88 | 5.4 | - |
| YUV | 88.74 | 111.22 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 74 | 59 | 0 | 0.43 | 0.54 | 0.49 | 12.86 | 0.37 | 0.37 |
| Hex | 81 | 4A | 3B | 0 | 2B | 36 | 31 | D | 25 | 25 |
| Octal | 201 | 112 | 73 | 0 | 53 | 66 | 61 | 15 | 45 | 45 |
| Binary | 10000001 | 1001010 | 111011 | 0 | 101011 | 110110 | 110001 | 1101 | 100101 | 100101 |
Color Harmonies of #814A3B
Complementary color
Monochromatic Colors of #814A3B
Black with #814A3B
Text Example
Text Example
White with #814A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814A3B; }
p { color: rgb(129,74,59); }
H1.HeaderClassName
{
color: #814A3B;
}
.AnyTagClassName
{
color: #814A3B;
}
</style>
background-color css
<style>
a { background-color: #814A3B; }
a { background-color: rgb(129,74,59); }
div.DivClassName
{
background-color: #814A3B;
}
.BgClassName
{
background-color: #814A3B;
}
</style>
border-color css
<style>
span { border-color: #814A3B; }
span { border-color: rgb(129,74,59); }
td.TdClassName
{
border-color: #814A3B;
}
.TagClassName
{
border-color: #814A3B;
}
</style>