Shades of Nutmeg #804B3D
Tints of Nutmeg #804B3D
RGB
CMYK
RGB Variations
Color information
#804B3D (or 0x804B3D) is known color: Nutmeg. HEX triplet: 80, 4B and 3D. RGB value is (128,75,61). Sum of RGB (Red+Green+Blue) = 128+75+61=264 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.48% from 264); Green value is 75 (29.69% from 255 or 28.41% from 264); Blue value is 61 (24.22% from 255 or 23.11% from 264); Max value from RGB is 128 - color contains mainly: red. Hex color #804B3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804B3D is #7FB4C2. Grayscale: #595959. Windows color (decimal): -8369347 or 4017024. OLE color: 4017024.
HSL color Cylindrical-coordinate representation of color #804B3D: hue angle of 12.54º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #804B3D is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 75 | 61 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.50 |
| HSL | 12.54º | 0.35% | 0.37% | - |
| HSV(B) | 12.54º | 0.52% | 0.5% | - |
| XYZ | 12.26 | 9.96 | 5.69 | - |
| YUV | 89.25 | 112.06 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 75 | 61 | 0 | 0.41 | 0.52 | 0.50 | 12.54 | 0.35 | 0.37 |
| Hex | 80 | 4B | 3D | 0 | 29 | 34 | 32 | D | 23 | 25 |
| Octal | 200 | 113 | 75 | 0 | 51 | 64 | 62 | 15 | 43 | 45 |
| Binary | 10000000 | 1001011 | 111101 | 0 | 101001 | 110100 | 110010 | 1101 | 100011 | 100101 |
Color Harmonies of #804B3D
Complementary color
Monochromatic Colors of #804B3D
Black with #804B3D
Text Example
Text Example
White with #804B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804B3D; }
p { color: rgb(128,75,61); }
H1.HeaderClassName
{
color: #804B3D;
}
.AnyTagClassName
{
color: #804B3D;
}
</style>
background-color css
<style>
a { background-color: #804B3D; }
a { background-color: rgb(128,75,61); }
div.DivClassName
{
background-color: #804B3D;
}
.BgClassName
{
background-color: #804B3D;
}
</style>
border-color css
<style>
span { border-color: #804B3D; }
span { border-color: rgb(128,75,61); }
td.TdClassName
{
border-color: #804B3D;
}
.TagClassName
{
border-color: #804B3D;
}
</style>