#7A4938

Color #7A4938 Nutmeg (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nutmeg #7A4938

Tints of Nutmeg #7A4938

Color information

#7A4938 (or 0x7A4938) is unknown color: approx Nutmeg. HEX triplet: 7A, 49 and 38. RGB value is (122,73,56). Sum of RGB (Red+Green+Blue) = 122+73+56=251 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.61% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 56 (22.27% from 255 or 22.31% from 251); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4938 is #85B6C7. Grayscale: #555555. Windows color (decimal): -8763080 or 3688826. OLE color: 3688826.

HSL color Cylindrical-coordinate representation of color #7A4938: hue angle of 15.45º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7A4938 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.52.

Color convert

RGB1227356-
CMYK00.400.540.52
HSL15.45º37.08%34.9%-
HSV(B)15.45º54.1%47.84%-
XYZ11.129.194.93-
YUV85.71111.23153.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 122 (48.05% from 255) = 48.61%
GREEN value IS 73 (28.91% from 255) = 29.08%
BLUE value IS 56 (22.27% from 255) = 22.31%
R=48.61%
G=29.08%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.54
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122735600.400.540.5215.4537.0834.9
Hex7A49380283634f2523
Octal172111700506664174543
Binary1111010100100111100001010001101101101001111100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A4938; }

 p { color: rgb(122,73,56); }

 H1.HeaderClassName
 {
   color: #7A4938;
 }
 .AnyTagClassName
 {
   color: #7A4938;
 }
</style>
background-color css

<style>
 a { background-color: #7A4938; }

 a { background-color: rgb(122,73,56); }

 div.DivClassName
 {
   background-color: #7A4938;
 }
 .BgClassName
 {
   background-color: #7A4938;
 }
</style>
border-color css

<style>
 span { border-color: #7A4938; }

 span { border-color: rgb(122,73,56); }

 td.TdClassName
 {
   border-color: #7A4938;
 }
 .TagClassName
 {
   border-color: #7A4938;
 }
</style>