#403F18

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

Shades of El Paso #403F18

Tints of El Paso #403F18

Color information

#403F18 (or 0x403F18) is unknown color: approx El Paso. HEX triplet: 40, 3F and 18. RGB value is (64,63,24). Sum of RGB (Red+Green+Blue) = 64+63+24=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 63 (25% from 255 or 41.72% from 151); Blue value is 24 (9.77% from 255 or 15.89% from 151); Max value from RGB is 64 - color contains mainly: red. Hex color #403F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403F18 is #BFC0E7. Grayscale: #3B3B3B. Windows color (decimal): -12566760 or 1589056. OLE color: 1589056.

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

Color convert

RGB646324-
CMYK00.020.620.75
HSL58.5º45.45%17.25%-
HSV(B)58.5º62.5%25.1%-
XYZ4.064.711.56-
YUV58.85108.33131.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.38%
GREEN value IS 63 (25% from 255) = 41.72%
BLUE value IS 24 (9.77% from 255) = 15.89%
R=42.38%
G=41.72%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64632400.020.620.7558.545.4517.25
Hex403F18023E4B3a2d11
Octal10077300276113725521
Binary100000011111111000010111110100101111101010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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