#403E20

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

Shades of El Paso #403E20

Tints of El Paso #403E20

Color information

#403E20 (or 0x403E20) is unknown color: approx El Paso. HEX triplet: 40, 3E and 20. RGB value is (64,62,32). Sum of RGB (Red+Green+Blue) = 64+62+32=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 62 (24.61% from 255 or 39.24% from 158); Blue value is 32 (12.89% from 255 or 20.25% from 158); Max value from RGB is 64 - color contains mainly: red. Hex color #403E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403E20 is #BFC1DF. Grayscale: #3B3B3B. Windows color (decimal): -12567008 or 2113088. OLE color: 2113088.

HSL color Cylindrical-coordinate representation of color #403E20: hue angle of 56.25º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #403E20 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.75.

Color convert

RGB646232-
CMYK00.030.500.75
HSL56.25º33.33%18.82%-
HSV(B)56.25º50%25.1%-
XYZ4.14.642.05-
YUV59.18112.66131.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.51%
GREEN value IS 62 (24.61% from 255) = 39.24%
BLUE value IS 32 (12.89% from 255) = 20.25%
R=40.51%
G=39.24%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64623200.030.500.7556.2533.3318.82
Hex403E2003324B382113
Octal10076400362113704123
Binary1000000111110100000011110010100101111100010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403E20; }

 p { color: rgb(64,62,32); }

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

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

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

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

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

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

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