#40421F

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

Shades of El Paso #40421F

Tints of El Paso #40421F

Color information

#40421F (or 0x40421F) is unknown color: approx El Paso. HEX triplet: 40, 42 and 1F. RGB value is (64,66,31). Sum of RGB (Red+Green+Blue) = 64+66+31=161 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.75% from 161); Green value is 66 (26.17% from 255 or 40.99% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 66 - color contains mainly: green. Hex color #40421F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40421F is #BFBDE0. Grayscale: #3D3D3D. Windows color (decimal): -12565985 or 2048576. OLE color: 2048576.

HSL color Cylindrical-coordinate representation of color #40421F: hue angle of 63.43º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #40421F is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.74.

Color convert

RGB646631-
CMYK0.0300.530.74
HSL63.43º36.08%19.02%-
HSV(B)63.43º53.03%25.88%-
XYZ4.315.092.05-
YUV61.41110.84129.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.75%
GREEN value IS 66 (26.17% from 255) = 40.99%
BLUE value IS 31 (12.5% from 255) = 19.25%
R=39.75%
G=40.99%
B=19.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6466310.0300.530.7463.4336.0819.02
Hex40421F30354A3f2413
Octal100102373065112774423
Binary1000000100001011111110110101100101011111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40421F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,66,31); }

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

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

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

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

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

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

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