#414130

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

Shades of El Paso #414130

Tints of El Paso #414130

Color information

#414130 (or 0x414130) is unknown color: approx El Paso. HEX triplet: 41, 41 and 30. RGB value is (65,65,48). Sum of RGB (Red+Green+Blue) = 65+65+48=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 48 (19.14% from 255 or 26.97% from 178); Max value from RGB is 65 - color contains mainly: red, green. Hex color #414130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414130 is #BEBECF. Grayscale: #3F3F3F. Windows color (decimal): -12500688 or 3162433. OLE color: 3162433.

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

Color convert

RGB656548-
CMYK000.260.75
HSL60º15.04%22.16%-
HSV(B)60º26.15%25.49%-
XYZ4.65.123.54-
YUV63.06119.5129.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.52%
GREEN value IS 65 (25.78% from 255) = 36.52%
BLUE value IS 48 (19.14% from 255) = 26.97%
R=36.52%
G=36.52%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal656548000.260.756015.0422.16
Hex414130001A4B3cf16
Octal101101600032113741726
Binary1000001100000111000000110101001011111100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414130; }

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

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

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

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

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

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

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

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