#7E4A3F

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

Shades of Nutmeg #7E4A3F

Tints of Nutmeg #7E4A3F

Color information

#7E4A3F (or 0x7E4A3F) is unknown color: approx Nutmeg. HEX triplet: 7E, 4A and 3F. RGB value is (126,74,63). Sum of RGB (Red+Green+Blue) = 126+74+63=263 (34% of max value = 765). Red value is 126 (49.61% from 255 or 47.91% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 63 (25% from 255 or 23.95% from 263); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E4A3F is #81B5C0. Grayscale: #585858. Windows color (decimal): -8500673 or 4147838. OLE color: 4147838.

HSL color Cylindrical-coordinate representation of color #7E4A3F: hue angle of 10.48º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7E4A3F is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.51.

Color convert

RGB1267463-
CMYK00.410.500.51
HSL10.48º33.33%37.06%-
HSV(B)10.48º50%49.41%-
XYZ11.959.695.94-
YUV88.29113.73154.89-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 47.91%
GREEN value IS 74 (29.30% from 255) = 28.14%
BLUE value IS 63 (25% from 255) = 23.95%
R=47.91%
G=28.14%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.50
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126746300.410.500.5110.4833.3337.06
Hex7E4A3F0293233a2125
Octal176112770516263124145
Binary1111110100101011111101010011100101100111010100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,74,63); }

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

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

 a { background-color: rgb(126,74,63); }

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

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

 span { border-color: rgb(126,74,63); }

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