#414023

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

Shades of El Paso #414023

Tints of El Paso #414023

Color information

#414023 (or 0x414023) is unknown color: approx El Paso. HEX triplet: 41, 40 and 23. RGB value is (65,64,35). Sum of RGB (Red+Green+Blue) = 65+64+35=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 35 (14.06% from 255 or 21.34% from 164); Max value from RGB is 65 - color contains mainly: red. Hex color #414023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414023 is #BEBFDC. Grayscale: #3D3D3D. Windows color (decimal): -12500957 or 2310209. OLE color: 2310209.

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

Color convert

RGB656435-
CMYK00.020.460.75
HSL58º30%19.61%-
HSV(B)58º46.15%25.49%-
XYZ4.324.912.31-
YUV60.99113.33130.86-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.63%
GREEN value IS 64 (25.39% from 255) = 39.02%
BLUE value IS 35 (14.06% from 255) = 21.34%
R=39.63%
G=39.02%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65643500.020.460.75583019.61
Hex414023022E4B3a1e14
Octal101100430256113723624
Binary1000001100000010001101010111010010111110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414023; }

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

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

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

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

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

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

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

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