Shades of Nutmeg #814B38
Tints of Nutmeg #814B38
RGB
CMYK
RGB Variations
Color information
#814B38 (or 0x814B38) is known color: Nutmeg. HEX triplet: 81, 4B and 38. RGB value is (129,75,56). Sum of RGB (Red+Green+Blue) = 129+75+56=260 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.62% from 260); Green value is 75 (29.69% from 255 or 28.85% from 260); Blue value is 56 (22.27% from 255 or 21.54% from 260); Max value from RGB is 129 - color contains mainly: red. Hex color #814B38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814B38 is #7EB4C7. Grayscale: #595959. Windows color (decimal): -8303816 or 3689345. OLE color: 3689345.
HSL color Cylindrical-coordinate representation of color #814B38: hue angle of 15.62º 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 #814B38 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 75 | 56 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.49 |
| HSL | 15.62º | 0.39% | 0.36% | - |
| HSV(B) | 15.62º | 0.57% | 0.51% | - |
| XYZ | 12.28 | 9.98 | 5.02 | - |
| YUV | 88.98 | 109.39 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 75 | 56 | 0 | 0.42 | 0.57 | 0.49 | 15.62 | 0.39 | 0.36 |
| Hex | 81 | 4B | 38 | 0 | 2A | 39 | 31 | 10 | 27 | 24 |
| Octal | 201 | 113 | 70 | 0 | 52 | 71 | 61 | 20 | 47 | 44 |
| Binary | 10000001 | 1001011 | 111000 | 0 | 101010 | 111001 | 110001 | 10000 | 100111 | 100100 |
Color Harmonies of #814B38
Complementary color
Monochromatic Colors of #814B38
Black with #814B38
Text Example
Text Example
White with #814B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814B38; }
p { color: rgb(129,75,56); }
H1.HeaderClassName
{
color: #814B38;
}
.AnyTagClassName
{
color: #814B38;
}
</style>
background-color css
<style>
a { background-color: #814B38; }
a { background-color: rgb(129,75,56); }
div.DivClassName
{
background-color: #814B38;
}
.BgClassName
{
background-color: #814B38;
}
</style>
border-color css
<style>
span { border-color: #814B38; }
span { border-color: rgb(129,75,56); }
td.TdClassName
{
border-color: #814B38;
}
.TagClassName
{
border-color: #814B38;
}
</style>