#403F29

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

Shades of El Paso #403F29

Tints of El Paso #403F29

Color information

#403F29 (or 0x403F29) is unknown color: approx El Paso. HEX triplet: 40, 3F and 29. RGB value is (64,63,41). Sum of RGB (Red+Green+Blue) = 64+63+41=168 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.10% from 168); Green value is 63 (25% from 255 or 37.5% from 168); Blue value is 41 (16.41% from 255 or 24.40% from 168); Max value from RGB is 64 - color contains mainly: red. Hex color #403F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403F29 is #BFC0D6. Grayscale: #3C3C3C. Windows color (decimal): -12566743 or 2703168. OLE color: 2703168.

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

Color convert

RGB646341-
CMYK00.020.360.75
HSL57.39º21.9%20.59%-
HSV(B)57.39º35.94%25.1%-
XYZ4.294.812.8-
YUV60.79116.83130.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.10%
GREEN value IS 63 (25% from 255) = 37.5%
BLUE value IS 41 (16.41% from 255) = 24.40%
R=38.10%
G=37.5%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64634100.020.360.7557.3921.920.59
Hex403F2902244B391615
Octal10077510244113712625
Binary100000011111110100101010010010010111110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,63,41); }

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

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

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

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

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

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

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