Html Css Color HEX #414117 El Paso

📋 copy color: '#414117'

red 65 ◦ green 65 ◦ blue 23

#414117
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of El Paso #414117

Tints of El Paso #414117

RGB

 RED value IS 65 (25.78% from 255) = 42.48%

 GREEN value IS 65 (25.78% from 255) = 42.48%

 BLUE value IS 23 (9.38% from 255) = 15.03%

R = 42.48%
G = 42.48%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.65

 K value IS 0.75

RGB Variations

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

Color information

#414117 (or 0x414117) is known color: El Paso. HEX triplet: 41, 41 and 17. RGB value is (65,65,23). Sum of RGB (Red+Green+Blue) = 65+65+23=153 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.48% from 153); Green value is 65 (25.78% from 255 or 42.48% from 153); Blue value is 23 (9.38% from 255 or 15.03% from 153); Max value from RGB is 65 - color contains mainly: red, green. Hex color #414117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414117 is #BEBEE8. Grayscale: #3C3C3C. Windows color (decimal): -12500713 or 1524033. OLE color: 1524033.

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

Color convert

RGB 65 65 23 -
CMYK 0 0 0.65 0.75
HSL 60º 0.48% 0.17% -
HSV(B) 60º 0.65% 0.25% -
XYZ 4.22 4.97 1.55 -
YUV 60.21 107 131.42 -
System Red Green Blue C M Y K H S L
Decimal 65 65 23 0 0 0.65 0.75 60 0.48 0.17
Hex 41 41 17 0 0 41 4B 3C 30 11
Octal 101 101 27 0 0 101 113 74 60 21
Binary 1000001 1000001 10111 0 0 1000001 1001011 111100 110000 10001

Color Harmonies of #414117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414117

Black with #414117

Text Example


Text Example

White with #414117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414117; }

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

 H1.HeaderClassName
 {
   color: #414117;
 }
 .AnyTagClassName
 {
   color: #414117;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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