#404030

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

Shades of El Paso #404030

Tints of El Paso #404030

Color information

#404030 (or 0x404030) is unknown color: approx El Paso. HEX triplet: 40, 40 and 30. RGB value is (64,64,48). Sum of RGB (Red+Green+Blue) = 64+64+48=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 48 (19.14% from 255 or 27.27% from 176); Max value from RGB is 64 - color contains mainly: red, green. Hex color #404030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404030 is #BFBFCF. Grayscale: #3E3E3E. Windows color (decimal): -12566480 or 3162176. OLE color: 3162176.

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

Color convert

RGB646448-
CMYK000.250.75
HSL60º14.29%21.96%-
HSV(B)60º25%25.1%-
XYZ4.484.973.52-
YUV62.18120129.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.36%
GREEN value IS 64 (25.39% from 255) = 36.36%
BLUE value IS 48 (19.14% from 255) = 27.27%
R=36.36%
G=36.36%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal646448000.250.756014.2921.96
Hex40403000194B3ce16
Octal100100600031113741626
Binary1000000100000011000000110011001011111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404030; }

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

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

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

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

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

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

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

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