#404031

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

Shades of El Paso #404031

Tints of El Paso #404031

Color information

#404031 (or 0x404031) is unknown color: approx El Paso. HEX triplet: 40, 40 and 31. RGB value is (64,64,49). Sum of RGB (Red+Green+Blue) = 64+64+49=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 49 (19.53% from 255 or 27.68% from 177); Max value from RGB is 64 - color contains mainly: red, green. Hex color #404031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404031 is #BFBFCE. Grayscale: #3E3E3E. Windows color (decimal): -12566479 or 3227712. OLE color: 3227712.

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

Color convert

RGB646449-
CMYK000.230.75
HSL60º13.27%22.16%-
HSV(B)60º23.44%25.1%-
XYZ4.54.983.63-
YUV62.29120.5129.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.16%
GREEN value IS 64 (25.39% from 255) = 36.16%
BLUE value IS 49 (19.53% from 255) = 27.68%
R=36.16%
G=36.16%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal646449000.230.756013.2722.16
Hex40403100174B3cd16
Octal100100610027113741526
Binary1000000100000011000100101111001011111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404031; }

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

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

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

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

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

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

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

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