#40401B

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

Shades of El Paso #40401B

Tints of El Paso #40401B

Color information

#40401B (or 0x40401B) is unknown color: approx El Paso. HEX triplet: 40, 40 and 1B. RGB value is (64,64,27). Sum of RGB (Red+Green+Blue) = 64+64+27=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 64 - color contains mainly: red, green. Hex color #40401B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40401B is #BFBFE4. Grayscale: #3B3B3B. Windows color (decimal): -12566501 or 1785920. OLE color: 1785920.

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

Color convert

RGB646427-
CMYK000.580.75
HSL60º40.66%17.84%-
HSV(B)60º57.81%25.1%-
XYZ4.154.841.75-
YUV59.78109.5131.01-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.29%
GREEN value IS 64 (25.39% from 255) = 41.29%
BLUE value IS 27 (10.94% from 255) = 17.42%
R=41.29%
G=41.29%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal646427000.580.756040.6617.84
Hex40401B003A4B3c2912
Octal100100330072113745122
Binary100000010000001101100111010100101111110010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40401B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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