#3E401E

Color #3E401E El Paso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of El Paso #3E401E

Tints of El Paso #3E401E

Color information

#3E401E (or 0x3E401E) is unknown color: approx El Paso. HEX triplet: 3E, 40 and 1E. RGB value is (62,64,30). Sum of RGB (Red+Green+Blue) = 62+64+30=156 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.74% from 156); Green value is 64 (25.39% from 255 or 41.03% from 156); Blue value is 30 (12.11% from 255 or 19.23% from 156); Max value from RGB is 64 - color contains mainly: green. Hex color #3E401E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E401E is #C1BFE1. Grayscale: #3B3B3B. Windows color (decimal): -12697570 or 1982526. OLE color: 1982526.

HSL color Cylindrical-coordinate representation of color #3E401E: hue angle of 63.53º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E401E is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.75.

Color convert

RGB626430-
CMYK0.0300.530.75
HSL63.53º36.17%18.43%-
HSV(B)63.53º53.12%25.1%-
XYZ4.054.781.94-
YUV59.53111.34129.76-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 39.74%
GREEN value IS 64 (25.39% from 255) = 41.03%
BLUE value IS 30 (12.11% from 255) = 19.23%
R=39.74%
G=41.03%
B=19.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6264300.0300.530.7563.5336.1718.43
Hex3E401E30354B402412
Octal761003630651131004422
Binary1111101000000111101101101011001011100000010010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E401E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E401E; }

 p { color: rgb(62,64,30); }

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

<style>
 a { background-color: #3E401E; }

 a { background-color: rgb(62,64,30); }

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

<style>
 span { border-color: #3E401E; }

 span { border-color: rgb(62,64,30); }

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