#40401C

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

Shades of El Paso #40401C

Tints of El Paso #40401C

Color information

#40401C (or 0x40401C) is unknown color: approx El Paso. HEX triplet: 40, 40 and 1C. RGB value is (64,64,28). Sum of RGB (Red+Green+Blue) = 64+64+28=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 64 (25.39% from 255 or 41.03% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 64 - color contains mainly: red, green. Hex color #40401C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40401C is #BFBFE3. Grayscale: #3C3C3C. Windows color (decimal): -12566500 or 1851456. OLE color: 1851456.

HSL color Cylindrical-coordinate representation of color #40401C: hue angle of 60º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #40401C is Cyan = 0, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.75.

Color convert

RGB646428-
CMYK000.560.75
HSL60º39.13%18.04%-
HSV(B)60º56.25%25.1%-
XYZ4.164.841.81-
YUV59.9110130.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.03%
GREEN value IS 64 (25.39% from 255) = 41.03%
BLUE value IS 28 (11.33% from 255) = 17.95%
R=41.03%
G=41.03%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal646428000.560.756039.1318.04
Hex40401C00384B3c2712
Octal100100340070113744722
Binary100000010000001110000111000100101111110010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40401C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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