#7E473B

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

Shades of Nutmeg #7E473B

Tints of Nutmeg #7E473B

Color information

#7E473B (or 0x7E473B) is unknown color: approx Nutmeg. HEX triplet: 7E, 47 and 3B. RGB value is (126,71,59). Sum of RGB (Red+Green+Blue) = 126+71+59=256 (33% of max value = 765). Red value is 126 (49.61% from 255 or 49.22% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 59 (23.44% from 255 or 23.05% from 256); Max value from RGB is 126 - color contains mainly: red. Hex color #7E473B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E473B is #81B8C4. Grayscale: #565656. Windows color (decimal): -8501445 or 3884926. OLE color: 3884926.

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

Color convert

RGB1267159-
CMYK00.440.530.51
HSL10.75º36.22%36.27%-
HSV(B)10.75º53.17%49.41%-
XYZ11.659.265.31-
YUV86.08112.72156.48-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 49.22%
GREEN value IS 71 (28.12% from 255) = 27.73%
BLUE value IS 59 (23.44% from 255) = 23.05%
R=49.22%
G=27.73%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126715900.440.530.5110.7536.2236.27
Hex7E473B02C3533b2424
Octal176107730546563134444
Binary1111110100011111101101011001101011100111011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E473B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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