Shades of Nutmeg #7A493A
Tints of Nutmeg #7A493A
RGB
CMYK
RGB Variations
Color information
#7A493A (or 0x7A493A) is known color: Nutmeg. HEX triplet: 7A, 49 and 3A. RGB value is (122,73,58). Sum of RGB (Red+Green+Blue) = 122+73+58=253 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.22% from 253); Green value is 73 (28.91% from 255 or 28.85% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 122 - color contains mainly: red. Hex color #7A493A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A493A is #85B6C5. Grayscale: #565656. Windows color (decimal): -8763078 or 3819898. OLE color: 3819898.
HSL color Cylindrical-coordinate representation of color #7A493A: hue angle of 14.06º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A493A is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 73 | 58 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.52 |
| HSL | 14.06º | 0.36% | 0.35% | - |
| HSV(B) | 14.06º | 0.52% | 0.48% | - |
| XYZ | 11.17 | 9.21 | 5.19 | - |
| YUV | 85.94 | 112.23 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 73 | 58 | 0 | 0.40 | 0.52 | 0.52 | 14.06 | 0.36 | 0.35 |
| Hex | 7A | 49 | 3A | 0 | 28 | 34 | 34 | E | 24 | 23 |
| Octal | 172 | 111 | 72 | 0 | 50 | 64 | 64 | 16 | 44 | 43 |
| Binary | 1111010 | 1001001 | 111010 | 0 | 101000 | 110100 | 110100 | 1110 | 100100 | 100011 |
Color Harmonies of #7A493A
Complementary color
Monochromatic Colors of #7A493A
Black with #7A493A
Text Example
Text Example
White with #7A493A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A493A; }
p { color: rgb(122,73,58); }
H1.HeaderClassName
{
color: #7A493A;
}
.AnyTagClassName
{
color: #7A493A;
}
</style>
background-color css
<style>
a { background-color: #7A493A; }
a { background-color: rgb(122,73,58); }
div.DivClassName
{
background-color: #7A493A;
}
.BgClassName
{
background-color: #7A493A;
}
</style>
border-color css
<style>
span { border-color: #7A493A; }
span { border-color: rgb(122,73,58); }
td.TdClassName
{
border-color: #7A493A;
}
.TagClassName
{
border-color: #7A493A;
}
</style>