Shades of Nutmeg #7B493D
Tints of Nutmeg #7B493D
RGB
CMYK
RGB Variations
Color information
#7B493D (or 0x7B493D) is known color: Nutmeg. HEX triplet: 7B, 49 and 3D. RGB value is (123,73,61). Sum of RGB (Red+Green+Blue) = 123+73+61=257 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.86% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 123 - color contains mainly: red. Hex color #7B493D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B493D is #84B6C2. Grayscale: #565656. Windows color (decimal): -8697539 or 4016507. OLE color: 4016507.
HSL color Cylindrical-coordinate representation of color #7B493D: hue angle of 11.61º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B493D is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 73 | 61 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.52 |
| HSL | 11.61º | 0.34% | 0.36% | - |
| HSV(B) | 11.61º | 0.5% | 0.48% | - |
| XYZ | 11.39 | 9.31 | 5.61 | - |
| YUV | 86.58 | 113.57 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 73 | 61 | 0 | 0.41 | 0.50 | 0.52 | 11.61 | 0.34 | 0.36 |
| Hex | 7B | 49 | 3D | 0 | 29 | 32 | 34 | C | 22 | 24 |
| Octal | 173 | 111 | 75 | 0 | 51 | 62 | 64 | 14 | 42 | 44 |
| Binary | 1111011 | 1001001 | 111101 | 0 | 101001 | 110010 | 110100 | 1100 | 100010 | 100100 |
Color Harmonies of #7B493D
Complementary color
Monochromatic Colors of #7B493D
Black with #7B493D
Text Example
Text Example
White with #7B493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B493D; }
p { color: rgb(123,73,61); }
H1.HeaderClassName
{
color: #7B493D;
}
.AnyTagClassName
{
color: #7B493D;
}
</style>
background-color css
<style>
a { background-color: #7B493D; }
a { background-color: rgb(123,73,61); }
div.DivClassName
{
background-color: #7B493D;
}
.BgClassName
{
background-color: #7B493D;
}
</style>
border-color css
<style>
span { border-color: #7B493D; }
span { border-color: rgb(123,73,61); }
td.TdClassName
{
border-color: #7B493D;
}
.TagClassName
{
border-color: #7B493D;
}
</style>