Shades of Nutmeg #804B3F
Tints of Nutmeg #804B3F
RGB
CMYK
RGB Variations
Color information
#804B3F (or 0x804B3F) is known color: Nutmeg. HEX triplet: 80, 4B and 3F. RGB value is (128,75,63). Sum of RGB (Red+Green+Blue) = 128+75+63=266 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.12% from 266); Green value is 75 (29.69% from 255 or 28.20% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 128 - color contains mainly: red. Hex color #804B3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804B3F is #7FB4C0. Grayscale: #595959. Windows color (decimal): -8369345 or 4148096. OLE color: 4148096.
HSL color Cylindrical-coordinate representation of color #804B3F: hue angle of 11.08º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #804B3F is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 75 | 63 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.50 |
| HSL | 11.08º | 0.34% | 0.37% | - |
| HSV(B) | 11.08º | 0.51% | 0.5% | - |
| XYZ | 12.32 | 9.98 | 5.98 | - |
| YUV | 89.48 | 113.06 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 75 | 63 | 0 | 0.41 | 0.51 | 0.50 | 11.08 | 0.34 | 0.37 |
| Hex | 80 | 4B | 3F | 0 | 29 | 33 | 32 | B | 22 | 25 |
| Octal | 200 | 113 | 77 | 0 | 51 | 63 | 62 | 13 | 42 | 45 |
| Binary | 10000000 | 1001011 | 111111 | 0 | 101001 | 110011 | 110010 | 1011 | 100010 | 100101 |
Color Harmonies of #804B3F
Complementary color
Monochromatic Colors of #804B3F
Black with #804B3F
Text Example
Text Example
White with #804B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804B3F; }
p { color: rgb(128,75,63); }
H1.HeaderClassName
{
color: #804B3F;
}
.AnyTagClassName
{
color: #804B3F;
}
</style>
background-color css
<style>
a { background-color: #804B3F; }
a { background-color: rgb(128,75,63); }
div.DivClassName
{
background-color: #804B3F;
}
.BgClassName
{
background-color: #804B3F;
}
</style>
border-color css
<style>
span { border-color: #804B3F; }
span { border-color: rgb(128,75,63); }
td.TdClassName
{
border-color: #804B3F;
}
.TagClassName
{
border-color: #804B3F;
}
</style>