#404035

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

Shades of El Paso #404035

Tints of El Paso #404035

Color information

#404035 (or 0x404035) is unknown color: approx El Paso. HEX triplet: 40, 40 and 35. RGB value is (64,64,53). Sum of RGB (Red+Green+Blue) = 64+64+53=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 53 (21.09% from 255 or 29.28% from 181); Max value from RGB is 64 - color contains mainly: red, green. Hex color #404035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404035 is #BFBFCA. Grayscale: #3E3E3E. Windows color (decimal): -12566475 or 3489856. OLE color: 3489856.

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

Color convert

RGB646453-
CMYK000.170.75
HSL60º9.4%22.94%-
HSV(B)60º17.19%25.1%-
XYZ4.595.014.09-
YUV62.75122.5128.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.36%
GREEN value IS 64 (25.39% from 255) = 35.36%
BLUE value IS 53 (21.09% from 255) = 29.28%
R=35.36%
G=35.36%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal646453000.170.75609.422.94
Hex40403500114B3c917
Octal100100650021113741127
Binary1000000100000011010100100011001011111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404035; }

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

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

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

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

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

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

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

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