Shades of Nutmeg #814B3D
Tints of Nutmeg #814B3D
RGB
CMYK
RGB Variations
Color information
#814B3D (or 0x814B3D) is known color: Nutmeg. HEX triplet: 81, 4B and 3D. RGB value is (129,75,61). Sum of RGB (Red+Green+Blue) = 129+75+61=265 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.68% from 265); Green value is 75 (29.69% from 255 or 28.30% from 265); Blue value is 61 (24.22% from 255 or 23.02% from 265); Max value from RGB is 129 - color contains mainly: red. Hex color #814B3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814B3D is #7EB4C2. Grayscale: #595959. Windows color (decimal): -8303811 or 4017025. OLE color: 4017025.
HSL color Cylindrical-coordinate representation of color #814B3D: hue angle of 12.35º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #814B3D is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 75 | 61 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.49 |
| HSL | 12.35º | 0.36% | 0.37% | - |
| HSV(B) | 12.35º | 0.53% | 0.51% | - |
| XYZ | 12.41 | 10.04 | 5.7 | - |
| YUV | 89.55 | 111.89 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 75 | 61 | 0 | 0.42 | 0.53 | 0.49 | 12.35 | 0.36 | 0.37 |
| Hex | 81 | 4B | 3D | 0 | 2A | 35 | 31 | C | 24 | 25 |
| Octal | 201 | 113 | 75 | 0 | 52 | 65 | 61 | 14 | 44 | 45 |
| Binary | 10000001 | 1001011 | 111101 | 0 | 101010 | 110101 | 110001 | 1100 | 100100 | 100101 |
Color Harmonies of #814B3D
Complementary color
Monochromatic Colors of #814B3D
Black with #814B3D
Text Example
Text Example
White with #814B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814B3D; }
p { color: rgb(129,75,61); }
H1.HeaderClassName
{
color: #814B3D;
}
.AnyTagClassName
{
color: #814B3D;
}
</style>
background-color css
<style>
a { background-color: #814B3D; }
a { background-color: rgb(129,75,61); }
div.DivClassName
{
background-color: #814B3D;
}
.BgClassName
{
background-color: #814B3D;
}
</style>
border-color css
<style>
span { border-color: #814B3D; }
span { border-color: rgb(129,75,61); }
td.TdClassName
{
border-color: #814B3D;
}
.TagClassName
{
border-color: #814B3D;
}
</style>