#414025

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

Shades of El Paso #414025

Tints of El Paso #414025

Color information

#414025 (or 0x414025) is unknown color: approx El Paso. HEX triplet: 41, 40 and 25. RGB value is (65,64,37). Sum of RGB (Red+Green+Blue) = 65+64+37=166 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.16% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 37 (14.84% from 255 or 22.29% from 166); Max value from RGB is 65 - color contains mainly: red. Hex color #414025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414025 is #BEBFDA. Grayscale: #3D3D3D. Windows color (decimal): -12500955 or 2441281. OLE color: 2441281.

HSL color Cylindrical-coordinate representation of color #414025: hue angle of 57.86º 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 #414025 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.75.

Color convert

RGB656437-
CMYK00.020.430.75
HSL57.86º27.45%20%-
HSV(B)57.86º43.08%25.49%-
XYZ4.354.922.47-
YUV61.22114.33130.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.16%
GREEN value IS 64 (25.39% from 255) = 38.55%
BLUE value IS 37 (14.84% from 255) = 22.29%
R=39.16%
G=38.55%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65643700.020.430.7557.8627.4520
Hex414025022B4B3a1b14
Octal101100450253113723324
Binary1000001100000010010101010101110010111110101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414025; }

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

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

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

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

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

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

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

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