#40401E

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

Shades of El Paso #40401E

Tints of El Paso #40401E

Color information

#40401E (or 0x40401E) is unknown color: approx El Paso. HEX triplet: 40, 40 and 1E. RGB value is (64,64,30). Sum of RGB (Red+Green+Blue) = 64+64+30=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 64 (25.39% from 255 or 40.51% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 64 - color contains mainly: red, green. Hex color #40401E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40401E is #BFBFE1. Grayscale: #3C3C3C. Windows color (decimal): -12566498 or 1982528. OLE color: 1982528.

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

Color convert

RGB646430-
CMYK000.530.75
HSL60º36.17%18.43%-
HSV(B)60º53.12%25.1%-
XYZ4.184.851.94-
YUV60.12111130.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.51%
GREEN value IS 64 (25.39% from 255) = 40.51%
BLUE value IS 30 (12.11% from 255) = 18.99%
R=40.51%
G=40.51%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal646430000.530.756036.1718.43
Hex40401E00354B3c2412
Octal100100360065113744422
Binary100000010000001111000110101100101111110010010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40401E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40401E; }

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

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

<style>
 a { background-color: #40401E; }

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

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

<style>
 span { border-color: #40401E; }

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

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