Shades of Nutmeg #814B3F
Tints of Nutmeg #814B3F
RGB
CMYK
RGB Variations
Color information
#814B3F (or 0x814B3F) is known color: Nutmeg. HEX triplet: 81, 4B and 3F. RGB value is (129,75,63). Sum of RGB (Red+Green+Blue) = 129+75+63=267 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.31% from 267); Green value is 75 (29.69% from 255 or 28.09% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 129 - color contains mainly: red. Hex color #814B3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814B3F is #7EB4C0. Grayscale: #595959. Windows color (decimal): -8303809 or 4148097. OLE color: 4148097.
HSL color Cylindrical-coordinate representation of color #814B3F: hue angle of 10.91º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #814B3F is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 75 | 63 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.49 |
| HSL | 10.91º | 0.34% | 0.38% | - |
| HSV(B) | 10.91º | 0.51% | 0.51% | - |
| XYZ | 12.47 | 10.06 | 5.99 | - |
| YUV | 89.78 | 112.89 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 75 | 63 | 0 | 0.42 | 0.51 | 0.49 | 10.91 | 0.34 | 0.38 |
| Hex | 81 | 4B | 3F | 0 | 2A | 33 | 31 | B | 22 | 26 |
| Octal | 201 | 113 | 77 | 0 | 52 | 63 | 61 | 13 | 42 | 46 |
| Binary | 10000001 | 1001011 | 111111 | 0 | 101010 | 110011 | 110001 | 1011 | 100010 | 100110 |
Color Harmonies of #814B3F
Complementary color
Monochromatic Colors of #814B3F
Black with #814B3F
Text Example
Text Example
White with #814B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814B3F; }
p { color: rgb(129,75,63); }
H1.HeaderClassName
{
color: #814B3F;
}
.AnyTagClassName
{
color: #814B3F;
}
</style>
background-color css
<style>
a { background-color: #814B3F; }
a { background-color: rgb(129,75,63); }
div.DivClassName
{
background-color: #814B3F;
}
.BgClassName
{
background-color: #814B3F;
}
</style>
border-color css
<style>
span { border-color: #814B3F; }
span { border-color: rgb(129,75,63); }
td.TdClassName
{
border-color: #814B3F;
}
.TagClassName
{
border-color: #814B3F;
}
</style>