#403E1E

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

Shades of El Paso #403E1E

Tints of El Paso #403E1E

Color information

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

HSL color Cylindrical-coordinate representation of color #403E1E: hue angle of 56.47º 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 #403E1E is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.75.

Color convert

RGB646230-
CMYK00.030.530.75
HSL56.47º36.17%18.43%-
HSV(B)56.47º53.12%25.1%-
XYZ4.074.631.91-
YUV58.95111.66131.6-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64623000.030.530.7556.4736.1718.43
Hex403E1E03354B382412
Octal10076360365113704422
Binary100000011111011110011110101100101111100010010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403E1E; }

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

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

<style>
 a { background-color: #403E1E; }

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

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

<style>
 span { border-color: #403E1E; }

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

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