#7E473C

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

Shades of Nutmeg #7E473C

Tints of Nutmeg #7E473C

Color information

#7E473C (or 0x7E473C) is unknown color: approx Nutmeg. HEX triplet: 7E, 47 and 3C. RGB value is (126,71,60). Sum of RGB (Red+Green+Blue) = 126+71+60=257 (34% of max value = 765). Red value is 126 (49.61% from 255 or 49.03% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 126 - color contains mainly: red. Hex color #7E473C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E473C is #81B8C3. Grayscale: #565656. Windows color (decimal): -8501444 or 3950462. OLE color: 3950462.

HSL color Cylindrical-coordinate representation of color #7E473C: hue angle of 10º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7E473C is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.51.

Color convert

RGB1267160-
CMYK00.440.520.51
HSL10º35.48%36.47%-
HSV(B)10º52.38%49.41%-
XYZ11.679.275.45-
YUV86.19113.22156.39-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 49.03%
GREEN value IS 71 (28.12% from 255) = 27.63%
BLUE value IS 60 (23.83% from 255) = 23.35%
R=49.03%
G=27.63%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126716000.440.520.511035.4836.47
Hex7E473C02C3433a2324
Octal176107740546463124344
Binary1111110100011111110001011001101001100111010100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E473C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,71,60); }

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

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

 a { background-color: rgb(126,71,60); }

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

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

 span { border-color: rgb(126,71,60); }

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