#414018

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

Shades of El Paso #414018

Tints of El Paso #414018

Color information

#414018 (or 0x414018) is unknown color: approx El Paso. HEX triplet: 41, 40 and 18. RGB value is (65,64,24). Sum of RGB (Red+Green+Blue) = 65+64+24=153 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.48% from 153); Green value is 64 (25.39% from 255 or 41.83% from 153); Blue value is 24 (9.77% from 255 or 15.69% from 153); Max value from RGB is 65 - color contains mainly: red. Hex color #414018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414018 is #BEBFE7. Grayscale: #3B3B3B. Windows color (decimal): -12500968 or 1589313. OLE color: 1589313.

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

Color convert

RGB656424-
CMYK00.020.630.75
HSL58.54º46.07%17.45%-
HSV(B)58.54º63.08%25.49%-
XYZ4.184.861.58-
YUV59.74107.83131.75-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.48%
GREEN value IS 64 (25.39% from 255) = 41.83%
BLUE value IS 24 (9.77% from 255) = 15.69%
R=42.48%
G=41.83%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65642400.020.630.7558.5446.0717.45
Hex414018023F4B3b2e11
Octal101100300277113735621
Binary1000001100000011000010111111100101111101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414018; }

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

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

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

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

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

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

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

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