#7E483E

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

Shades of Nutmeg #7E483E

Tints of Nutmeg #7E483E

Color information

#7E483E (or 0x7E483E) is unknown color: approx Nutmeg. HEX triplet: 7E, 48 and 3E. RGB value is (126,72,62). Sum of RGB (Red+Green+Blue) = 126+72+62=260 (34% of max value = 765). Red value is 126 (49.61% from 255 or 48.46% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 62 (24.61% from 255 or 23.85% from 260); Max value from RGB is 126 - color contains mainly: red. Hex color #7E483E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E483E is #81B7C1. Grayscale: #575757. Windows color (decimal): -8501186 or 4081790. OLE color: 4081790.

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

Color convert

RGB1267262-
CMYK00.430.510.51
HSL9.38º34.04%36.86%-
HSV(B)9.38º50.79%49.41%-
XYZ11.799.425.75-
YUV87.01113.89155.81-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 48.46%
GREEN value IS 72 (28.52% from 255) = 27.69%
BLUE value IS 62 (24.61% from 255) = 23.85%
R=48.46%
G=27.69%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126726200.430.510.519.3834.0436.86
Hex7E483E02B333392225
Octal176110760536363114245
Binary1111110100100011111001010111100111100111001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E483E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,72,62); }

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

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

 a { background-color: rgb(126,72,62); }

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

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

 span { border-color: rgb(126,72,62); }

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