Shades of Nutmeg #804C3C
Tints of Nutmeg #804C3C
RGB
CMYK
RGB Variations
Color information
#804C3C (or 0x804C3C) is known color: Nutmeg. HEX triplet: 80, 4C and 3C. RGB value is (128,76,60). Sum of RGB (Red+Green+Blue) = 128+76+60=264 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.48% from 264); Green value is 76 (30.08% from 255 or 28.79% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 128 - color contains mainly: red. Hex color #804C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804C3C is #7FB3C3. Grayscale: #595959. Windows color (decimal): -8369092 or 3951744. OLE color: 3951744.
HSL color Cylindrical-coordinate representation of color #804C3C: hue angle of 14.12º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #804C3C is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 76 | 60 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.50 |
| HSL | 14.12º | 0.36% | 0.37% | - |
| HSV(B) | 14.12º | 0.53% | 0.5% | - |
| XYZ | 12.3 | 10.08 | 5.57 | - |
| YUV | 89.72 | 111.23 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 76 | 60 | 0 | 0.41 | 0.53 | 0.50 | 14.12 | 0.36 | 0.37 |
| Hex | 80 | 4C | 3C | 0 | 29 | 35 | 32 | E | 24 | 25 |
| Octal | 200 | 114 | 74 | 0 | 51 | 65 | 62 | 16 | 44 | 45 |
| Binary | 10000000 | 1001100 | 111100 | 0 | 101001 | 110101 | 110010 | 1110 | 100100 | 100101 |
Color Harmonies of #804C3C
Complementary color
Monochromatic Colors of #804C3C
Black with #804C3C
Text Example
Text Example
White with #804C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804C3C; }
p { color: rgb(128,76,60); }
H1.HeaderClassName
{
color: #804C3C;
}
.AnyTagClassName
{
color: #804C3C;
}
</style>
background-color css
<style>
a { background-color: #804C3C; }
a { background-color: rgb(128,76,60); }
div.DivClassName
{
background-color: #804C3C;
}
.BgClassName
{
background-color: #804C3C;
}
</style>
border-color css
<style>
span { border-color: #804C3C; }
span { border-color: rgb(128,76,60); }
td.TdClassName
{
border-color: #804C3C;
}
.TagClassName
{
border-color: #804C3C;
}
</style>