Shades of Nutmeg #804C3F
Tints of Nutmeg #804C3F
RGB
CMYK
RGB Variations
Color information
#804C3F (or 0x804C3F) is known color: Nutmeg. HEX triplet: 80, 4C and 3F. RGB value is (128,76,63). Sum of RGB (Red+Green+Blue) = 128+76+63=267 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.94% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 128 - color contains mainly: red. Hex color #804C3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804C3F is #7FB3C0. Grayscale: #5A5A5A. Windows color (decimal): -8369089 or 4148352. OLE color: 4148352.
HSL color Cylindrical-coordinate representation of color #804C3F: hue angle of 12º 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 #804C3F is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 76 | 63 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.50 |
| HSL | 12º | 0.34% | 0.37% | - |
| HSV(B) | 12º | 0.51% | 0.5% | - |
| XYZ | 12.38 | 10.12 | 6 | - |
| YUV | 90.07 | 112.73 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 76 | 63 | 0 | 0.41 | 0.51 | 0.50 | 12 | 0.34 | 0.37 |
| Hex | 80 | 4C | 3F | 0 | 29 | 33 | 32 | C | 22 | 25 |
| Octal | 200 | 114 | 77 | 0 | 51 | 63 | 62 | 14 | 42 | 45 |
| Binary | 10000000 | 1001100 | 111111 | 0 | 101001 | 110011 | 110010 | 1100 | 100010 | 100101 |
Color Harmonies of #804C3F
Complementary color
Monochromatic Colors of #804C3F
Black with #804C3F
Text Example
Text Example
White with #804C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804C3F; }
p { color: rgb(128,76,63); }
H1.HeaderClassName
{
color: #804C3F;
}
.AnyTagClassName
{
color: #804C3F;
}
</style>
background-color css
<style>
a { background-color: #804C3F; }
a { background-color: rgb(128,76,63); }
div.DivClassName
{
background-color: #804C3F;
}
.BgClassName
{
background-color: #804C3F;
}
</style>
border-color css
<style>
span { border-color: #804C3F; }
span { border-color: rgb(128,76,63); }
td.TdClassName
{
border-color: #804C3F;
}
.TagClassName
{
border-color: #804C3F;
}
</style>