#414117

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

Shades of El Paso #414117

Tints of El Paso #414117

Color information

#414117 (or 0x414117) is unknown color: approx El Paso. HEX triplet: 41, 41 and 17. RGB value is (65,65,23). Sum of RGB (Red+Green+Blue) = 65+65+23=153 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.48% from 153); Green value is 65 (25.78% from 255 or 42.48% from 153); Blue value is 23 (9.38% from 255 or 15.03% from 153); Max value from RGB is 65 - color contains mainly: red, green. Hex color #414117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414117 is #BEBEE8. Grayscale: #3C3C3C. Windows color (decimal): -12500713 or 1524033. OLE color: 1524033.

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

Color convert

RGB656523-
CMYK000.650.75
HSL60º47.73%17.25%-
HSV(B)60º64.62%25.49%-
XYZ4.224.971.55-
YUV60.21107131.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.48%
GREEN value IS 65 (25.78% from 255) = 42.48%
BLUE value IS 23 (9.38% from 255) = 15.03%
R=42.48%
G=42.48%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal656523000.650.756047.7317.25
Hex41411700414B3c3011
Octal1011012700101113746021
Binary1000001100000110111001000001100101111110011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414117; }

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

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

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

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

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

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

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

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