#414135

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

Shades of El Paso #414135

Tints of El Paso #414135

Color information

#414135 (or 0x414135) is unknown color: approx El Paso. HEX triplet: 41, 41 and 35. RGB value is (65,65,53). Sum of RGB (Red+Green+Blue) = 65+65+53=183 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.52% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 53 (21.09% from 255 or 28.96% from 183); Max value from RGB is 65 - color contains mainly: red, green. Hex color #414135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414135 is #BEBECA. Grayscale: #3F3F3F. Windows color (decimal): -12500683 or 3490113. OLE color: 3490113.

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

Color convert

RGB656553-
CMYK000.180.75
HSL60º10.17%23.14%-
HSV(B)60º18.46%25.49%-
XYZ4.715.164.12-
YUV63.63122128.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.52%
GREEN value IS 65 (25.78% from 255) = 35.52%
BLUE value IS 53 (21.09% from 255) = 28.96%
R=35.52%
G=35.52%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal656553000.180.756010.1723.14
Hex41413500124B3ca17
Octal101101650022113741227
Binary1000001100000111010100100101001011111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414135; }

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

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

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

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

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

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

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

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