Shades of Nutmeg #804C3D
Tints of Nutmeg #804C3D
RGB
CMYK
RGB Variations
Color information
#804C3D (or 0x804C3D) is known color: Nutmeg. HEX triplet: 80, 4C and 3D. RGB value is (128,76,61). Sum of RGB (Red+Green+Blue) = 128+76+61=265 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.30% from 265); Green value is 76 (30.08% from 255 or 28.68% from 265); Blue value is 61 (24.22% from 255 or 23.02% from 265); Max value from RGB is 128 - color contains mainly: red. Hex color #804C3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804C3D is #7FB3C2. Grayscale: #595959. Windows color (decimal): -8369091 or 4017280. OLE color: 4017280.
HSL color Cylindrical-coordinate representation of color #804C3D: hue angle of 13.43º 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 #804C3D is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 76 | 61 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.50 |
| HSL | 13.43º | 0.35% | 0.37% | - |
| HSV(B) | 13.43º | 0.52% | 0.5% | - |
| XYZ | 12.33 | 10.1 | 5.71 | - |
| YUV | 89.84 | 111.73 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 76 | 61 | 0 | 0.41 | 0.52 | 0.50 | 13.43 | 0.35 | 0.37 |
| Hex | 80 | 4C | 3D | 0 | 29 | 34 | 32 | D | 23 | 25 |
| Octal | 200 | 114 | 75 | 0 | 51 | 64 | 62 | 15 | 43 | 45 |
| Binary | 10000000 | 1001100 | 111101 | 0 | 101001 | 110100 | 110010 | 1101 | 100011 | 100101 |
Color Harmonies of #804C3D
Complementary color
Monochromatic Colors of #804C3D
Black with #804C3D
Text Example
Text Example
White with #804C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804C3D; }
p { color: rgb(128,76,61); }
H1.HeaderClassName
{
color: #804C3D;
}
.AnyTagClassName
{
color: #804C3D;
}
</style>
background-color css
<style>
a { background-color: #804C3D; }
a { background-color: rgb(128,76,61); }
div.DivClassName
{
background-color: #804C3D;
}
.BgClassName
{
background-color: #804C3D;
}
</style>
border-color css
<style>
span { border-color: #804C3D; }
span { border-color: rgb(128,76,61); }
td.TdClassName
{
border-color: #804C3D;
}
.TagClassName
{
border-color: #804C3D;
}
</style>