#40411B

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

Shades of El Paso #40411B

Tints of El Paso #40411B

Color information

#40411B (or 0x40411B) is unknown color: approx El Paso. HEX triplet: 40, 41 and 1B. RGB value is (64,65,27). Sum of RGB (Red+Green+Blue) = 64+65+27=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 65 (25.78% from 255 or 41.67% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 65 - color contains mainly: green. Hex color #40411B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40411B is #BFBEE4. Grayscale: #3C3C3C. Windows color (decimal): -12566245 or 1786176. OLE color: 1786176.

HSL color Cylindrical-coordinate representation of color #40411B: hue angle of 61.58º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40411B is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB646527-
CMYK0.0200.580.75
HSL61.58º41.3%18.04%-
HSV(B)61.58º58.46%25.49%-
XYZ4.24.951.77-
YUV60.37109.17130.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.03%
GREEN value IS 65 (25.78% from 255) = 41.67%
BLUE value IS 27 (10.94% from 255) = 17.31%
R=41.03%
G=41.67%
B=17.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6465270.0200.580.7561.5841.318.04
Hex40411B203A4B3e2912
Octal100101332072113765122
Binary1000000100000111011100111010100101111111010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40411B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40411B; }

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

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

<style>
 a { background-color: #40411B; }

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

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

<style>
 span { border-color: #40411B; }

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

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