#40402F

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

Shades of El Paso #40402F

Tints of El Paso #40402F

Color information

#40402F (or 0x40402F) is unknown color: approx El Paso. HEX triplet: 40, 40 and 2F. RGB value is (64,64,47). Sum of RGB (Red+Green+Blue) = 64+64+47=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 47 (18.75% from 255 or 26.86% from 175); Max value from RGB is 64 - color contains mainly: red, green. Hex color #40402F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40402F is #BFBFD0. Grayscale: #3E3E3E. Windows color (decimal): -12566481 or 3096640. OLE color: 3096640.

HSL color Cylindrical-coordinate representation of color #40402F: hue angle of 60º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #40402F is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.75.

Color convert

RGB646447-
CMYK000.270.75
HSL60º15.32%21.76%-
HSV(B)60º26.56%25.1%-
XYZ4.464.963.41-
YUV62.06119.5129.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.57%
GREEN value IS 64 (25.39% from 255) = 36.57%
BLUE value IS 47 (18.75% from 255) = 26.86%
R=36.57%
G=36.57%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal646447000.270.756015.3221.76
Hex40402F001B4B3cf16
Octal100100570033113741726
Binary1000000100000010111100110111001011111100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40402F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40402F; }

 p { color: rgb(64,64,47); }

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

<style>
 a { background-color: #40402F; }

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

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

<style>
 span { border-color: #40402F; }

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

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