#40412A

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

Shades of El Paso #40412A

Tints of El Paso #40412A

Color information

#40412A (or 0x40412A) is unknown color: approx El Paso. HEX triplet: 40, 41 and 2A. RGB value is (64,65,42). Sum of RGB (Red+Green+Blue) = 64+65+42=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 42 (16.80% from 255 or 24.56% from 171); Max value from RGB is 65 - color contains mainly: green. Hex color #40412A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40412A is #BFBED5. Grayscale: #3E3E3E. Windows color (decimal): -12566230 or 2769216. OLE color: 2769216.

HSL color Cylindrical-coordinate representation of color #40412A: hue angle of 62.61º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #40412A is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB646542-
CMYK0.0200.350.75
HSL62.61º21.5%20.98%-
HSV(B)62.61º35.38%25.49%-
XYZ4.425.042.93-
YUV62.08116.67129.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.43%
GREEN value IS 65 (25.78% from 255) = 38.01%
BLUE value IS 42 (16.80% from 255) = 24.56%
R=37.43%
G=38.01%
B=24.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6465420.0200.350.7562.6121.520.98
Hex40412A20234B3f1515
Octal100101522043113772525
Binary1000000100000110101010010001110010111111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40412A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40412A; }

 p { color: rgb(64,65,42); }

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

<style>
 a { background-color: #40412A; }

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

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

<style>
 span { border-color: #40412A; }

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

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