Html Css Color HEX #41401E El Paso

📋 copy color: '#41401E'

red 65 ◦ green 64 ◦ blue 30

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

Shades of El Paso #41401E

Tints of El Paso #41401E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 40.25%

 BLUE value IS 30 (12.11% from 255) = 18.87%

R = 40.88%
G = 40.25%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.54

 K value IS 0.75

RGB Variations

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

Color information

#41401E (or 0x41401E) is known color: El Paso. HEX triplet: 41, 40 and 1E. RGB value is (65,64,30). Sum of RGB (Red+Green+Blue) = 65+64+30=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 64 (25.39% from 255 or 40.25% from 159); Blue value is 30 (12.11% from 255 or 18.87% from 159); Max value from RGB is 65 - color contains mainly: red. Hex color #41401E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41401E is #BEBFE1. Grayscale: #3C3C3C. Windows color (decimal): -12500962 or 1982529. OLE color: 1982529.

HSL color Cylindrical-coordinate representation of color #41401E: hue angle of 58.29º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41401E is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 64 30 -
CMYK 0 0.02 0.54 0.75
HSL 58.29º 0.37% 0.19% -
HSV(B) 58.29º 0.54% 0.25% -
XYZ 4.25 4.88 1.95 -
YUV 60.42 110.83 131.26 -
System Red Green Blue C M Y K H S L
Decimal 65 64 30 0 0.02 0.54 0.75 58.29 0.37 0.19
Hex 41 40 1E 0 2 36 4B 3A 25 13
Octal 101 100 36 0 2 66 113 72 45 23
Binary 1000001 1000000 11110 0 10 110110 1001011 111010 100101 10011

Color Harmonies of #41401E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41401E

Black with #41401E

Text Example


Text Example

White with #41401E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41401E; }

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

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

background-color css

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

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

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

border-color css

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

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

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