#403F19

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

Shades of El Paso #403F19

Tints of El Paso #403F19

Color information

#403F19 (or 0x403F19) is unknown color: approx El Paso. HEX triplet: 40, 3F and 19. RGB value is (64,63,25). Sum of RGB (Red+Green+Blue) = 64+63+25=152 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.11% from 152); Green value is 63 (25% from 255 or 41.45% from 152); Blue value is 25 (10.16% from 255 or 16.45% from 152); Max value from RGB is 64 - color contains mainly: red. Hex color #403F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403F19 is #BFC0E6. Grayscale: #3B3B3B. Windows color (decimal): -12566759 or 1654592. OLE color: 1654592.

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

Color convert

RGB646325-
CMYK00.020.610.75
HSL58.46º43.82%17.45%-
HSV(B)58.46º60.94%25.1%-
XYZ4.074.721.62-
YUV58.97108.83131.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.11%
GREEN value IS 63 (25% from 255) = 41.45%
BLUE value IS 25 (10.16% from 255) = 16.45%
R=42.11%
G=41.45%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.61
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64632500.020.610.7558.4643.8217.45
Hex403F19023D4B3a2c11
Octal10077310275113725421
Binary100000011111111001010111101100101111101010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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