Shades of Nutmeg #814638
Tints of Nutmeg #814638
RGB
CMYK
RGB Variations
Color information
#814638 (or 0x814638) is known color: Nutmeg. HEX triplet: 81, 46 and 38. RGB value is (129,70,56). Sum of RGB (Red+Green+Blue) = 129+70+56=255 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.59% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 56 (22.27% from 255 or 21.96% from 255); Max value from RGB is 129 - color contains mainly: red. Hex color #814638 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814638 is #7EB9C7. Grayscale: #565656. Windows color (decimal): -8305096 or 3688065. OLE color: 3688065.
HSL color Cylindrical-coordinate representation of color #814638: hue angle of 11.51º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #814638 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 70 | 56 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.49 |
| HSL | 11.51º | 0.39% | 0.36% | - |
| HSV(B) | 11.51º | 0.57% | 0.51% | - |
| XYZ | 11.96 | 9.33 | 4.91 | - |
| YUV | 86.05 | 111.05 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 70 | 56 | 0 | 0.46 | 0.57 | 0.49 | 11.51 | 0.39 | 0.36 |
| Hex | 81 | 46 | 38 | 0 | 2E | 39 | 31 | C | 27 | 24 |
| Octal | 201 | 106 | 70 | 0 | 56 | 71 | 61 | 14 | 47 | 44 |
| Binary | 10000001 | 1000110 | 111000 | 0 | 101110 | 111001 | 110001 | 1100 | 100111 | 100100 |
Color Harmonies of #814638
Complementary color
Monochromatic Colors of #814638
Black with #814638
Text Example
Text Example
White with #814638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814638; }
p { color: rgb(129,70,56); }
H1.HeaderClassName
{
color: #814638;
}
.AnyTagClassName
{
color: #814638;
}
</style>
background-color css
<style>
a { background-color: #814638; }
a { background-color: rgb(129,70,56); }
div.DivClassName
{
background-color: #814638;
}
.BgClassName
{
background-color: #814638;
}
</style>
border-color css
<style>
span { border-color: #814638; }
span { border-color: rgb(129,70,56); }
td.TdClassName
{
border-color: #814638;
}
.TagClassName
{
border-color: #814638;
}
</style>