#404028

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

Shades of El Paso #404028

Tints of El Paso #404028

Color information

#404028 (or 0x404028) is unknown color: approx El Paso. HEX triplet: 40, 40 and 28. RGB value is (64,64,40). Sum of RGB (Red+Green+Blue) = 64+64+40=168 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.10% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 40 (16.02% from 255 or 23.81% from 168); Max value from RGB is 64 - color contains mainly: red, green. Hex color #404028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404028 is #BFBFD7. Grayscale: #3D3D3D. Windows color (decimal): -12566488 or 2637888. OLE color: 2637888.

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

Color convert

RGB646440-
CMYK000.380.75
HSL60º23.08%20.39%-
HSV(B)60º37.5%25.1%-
XYZ4.334.912.73-
YUV61.26116129.95-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.10%
GREEN value IS 64 (25.39% from 255) = 38.10%
BLUE value IS 40 (16.02% from 255) = 23.81%
R=38.10%
G=38.10%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal646440000.380.756023.0820.39
Hex40402800264B3c1714
Octal100100500046113742724
Binary100000010000001010000010011010010111111001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404028; }

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

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

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

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

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

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

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

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