#403F28

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

Shades of El Paso #403F28

Tints of El Paso #403F28

Color information

#403F28 (or 0x403F28) is unknown color: approx El Paso. HEX triplet: 40, 3F and 28. RGB value is (64,63,40). Sum of RGB (Red+Green+Blue) = 64+63+40=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 63 (25% from 255 or 37.72% from 167); Blue value is 40 (16.02% from 255 or 23.95% from 167); Max value from RGB is 64 - color contains mainly: red. Hex color #403F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403F28 is #BFC0D7. Grayscale: #3C3C3C. Windows color (decimal): -12566744 or 2637632. OLE color: 2637632.

HSL color Cylindrical-coordinate representation of color #403F28: hue angle of 57.5º 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 #403F28 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB646340-
CMYK00.020.380.75
HSL57.5º23.08%20.39%-
HSV(B)57.5º37.5%25.1%-
XYZ4.274.82.71-
YUV60.68116.33130.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.32%
GREEN value IS 63 (25% from 255) = 37.72%
BLUE value IS 40 (16.02% from 255) = 23.95%
R=38.32%
G=37.72%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64634000.020.380.7557.523.0820.39
Hex403F2802264B391714
Octal10077500246113712724
Binary100000011111110100001010011010010111110011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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