#414125

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

Shades of El Paso #414125

Tints of El Paso #414125

Color information

#414125 (or 0x414125) is unknown color: approx El Paso. HEX triplet: 41, 41 and 25. RGB value is (65,65,37). Sum of RGB (Red+Green+Blue) = 65+65+37=167 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.92% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 37 (14.84% from 255 or 22.16% from 167); Max value from RGB is 65 - color contains mainly: red, green. Hex color #414125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414125 is #BEBEDA. Grayscale: #3D3D3D. Windows color (decimal): -12500699 or 2441537. OLE color: 2441537.

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

Color convert

RGB656537-
CMYK000.430.75
HSL60º27.45%20%-
HSV(B)60º43.08%25.49%-
XYZ4.45.042.49-
YUV61.81114130.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.92%
GREEN value IS 65 (25.78% from 255) = 38.92%
BLUE value IS 37 (14.84% from 255) = 22.16%
R=38.92%
G=38.92%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal656537000.430.756027.4520
Hex414125002B4B3c1b14
Octal101101450053113743324
Binary100000110000011001010010101110010111111001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414125; }

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

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

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

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

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

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

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

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