#414120

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

Shades of El Paso #414120

Tints of El Paso #414120

Color information

#414120 (or 0x414120) is unknown color: approx El Paso. HEX triplet: 41, 41 and 20. RGB value is (65,65,32). Sum of RGB (Red+Green+Blue) = 65+65+32=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 32 (12.89% from 255 or 19.75% from 162); Max value from RGB is 65 - color contains mainly: red, green. Hex color #414120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414120 is #BEBEDF. Grayscale: #3D3D3D. Windows color (decimal): -12500704 or 2113857. OLE color: 2113857.

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

Color convert

RGB656532-
CMYK000.510.75
HSL60º34.02%19.02%-
HSV(B)60º50.77%25.49%-
XYZ4.335.012.11-
YUV61.24111.5130.68-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.12%
GREEN value IS 65 (25.78% from 255) = 40.12%
BLUE value IS 32 (12.89% from 255) = 19.75%
R=40.12%
G=40.12%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal656532000.510.756034.0219.02
Hex41412000334B3c2213
Octal101101400063113744223
Binary1000001100000110000000110011100101111110010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414120; }

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

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

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

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

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

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

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

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