Shades of Nutmeg #7A483A
Tints of Nutmeg #7A483A
RGB
CMYK
RGB Variations
Color information
#7A483A (or 0x7A483A) is known color: Nutmeg. HEX triplet: 7A, 48 and 3A. RGB value is (122,72,58). Sum of RGB (Red+Green+Blue) = 122+72+58=252 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.41% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 122 - color contains mainly: red. Hex color #7A483A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A483A is #85B7C5. Grayscale: #555555. Windows color (decimal): -8763334 or 3819642. OLE color: 3819642.
HSL color Cylindrical-coordinate representation of color #7A483A: hue angle of 13.12º 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 #7A483A is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 72 | 58 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.52 |
| HSL | 13.13º | 0.36% | 0.35% | - |
| HSV(B) | 13.13º | 0.52% | 0.48% | - |
| XYZ | 11.11 | 9.08 | 5.17 | - |
| YUV | 85.35 | 112.57 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 72 | 58 | 0 | 0.41 | 0.52 | 0.52 | 13.13 | 0.36 | 0.35 |
| Hex | 7A | 48 | 3A | 0 | 29 | 34 | 34 | D | 24 | 23 |
| Octal | 172 | 110 | 72 | 0 | 51 | 64 | 64 | 15 | 44 | 43 |
| Binary | 1111010 | 1001000 | 111010 | 0 | 101001 | 110100 | 110100 | 1101 | 100100 | 100011 |
Color Harmonies of #7A483A
Complementary color
Monochromatic Colors of #7A483A
Black with #7A483A
Text Example
Text Example
White with #7A483A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A483A; }
p { color: rgb(122,72,58); }
H1.HeaderClassName
{
color: #7A483A;
}
.AnyTagClassName
{
color: #7A483A;
}
</style>
background-color css
<style>
a { background-color: #7A483A; }
a { background-color: rgb(122,72,58); }
div.DivClassName
{
background-color: #7A483A;
}
.BgClassName
{
background-color: #7A483A;
}
</style>
border-color css
<style>
span { border-color: #7A483A; }
span { border-color: rgb(122,72,58); }
td.TdClassName
{
border-color: #7A483A;
}
.TagClassName
{
border-color: #7A483A;
}
</style>