#414127

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

Shades of El Paso #414127

Tints of El Paso #414127

Color information

#414127 (or 0x414127) is unknown color: approx El Paso. HEX triplet: 41, 41 and 27. RGB value is (65,65,39). Sum of RGB (Red+Green+Blue) = 65+65+39=169 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.46% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 39 (15.62% from 255 or 23.08% from 169); Max value from RGB is 65 - color contains mainly: red, green. Hex color #414127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414127 is #BEBED8. Grayscale: #3E3E3E. Windows color (decimal): -12500697 or 2572609. OLE color: 2572609.

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

Color convert

RGB656539-
CMYK000.400.75
HSL60º25%20.39%-
HSV(B)60º40%25.49%-
XYZ4.445.052.66-
YUV62.04115130.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.46%
GREEN value IS 65 (25.78% from 255) = 38.46%
BLUE value IS 39 (15.62% from 255) = 23.08%
R=38.46%
G=38.46%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal656539000.400.75602520.39
Hex41412700284B3c1914
Octal101101470050113743124
Binary100000110000011001110010100010010111111001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414127; }

 p { color: rgb(65,65,39); }

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

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

 a { background-color: rgb(65,65,39); }

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

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

 span { border-color: rgb(65,65,39); }

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