#404025

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

Shades of El Paso #404025

Tints of El Paso #404025

Color information

#404025 (or 0x404025) is unknown color: approx El Paso. HEX triplet: 40, 40 and 25. RGB value is (64,64,37). Sum of RGB (Red+Green+Blue) = 64+64+37=165 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.79% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 37 (14.84% from 255 or 22.42% from 165); Max value from RGB is 64 - color contains mainly: red, green. Hex color #404025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404025 is #BFBFDA. Grayscale: #3D3D3D. Windows color (decimal): -12566491 or 2441280. OLE color: 2441280.

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

Color convert

RGB646437-
CMYK000.420.75
HSL60º26.73%19.8%-
HSV(B)60º42.19%25.1%-
XYZ4.284.892.47-
YUV60.92114.5130.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.79%
GREEN value IS 64 (25.39% from 255) = 38.79%
BLUE value IS 37 (14.84% from 255) = 22.42%
R=38.79%
G=38.79%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal646437000.420.756026.7319.8
Hex404025002A4B3c1b14
Octal100100450052113743324
Binary100000010000001001010010101010010111111001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404025; }

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

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

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

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

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

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

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

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