Html Css Color HEX #41401C El Paso

📋 copy color: '#41401C'

red 65 ◦ green 64 ◦ blue 28

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

Shades of El Paso #41401C

Tints of El Paso #41401C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.83%

R = 41.4%
G = 40.76%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.57

 K value IS 0.75

RGB Variations

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

Color information

#41401C (or 0x41401C) is known color: El Paso. HEX triplet: 41, 40 and 1C. RGB value is (65,64,28). Sum of RGB (Red+Green+Blue) = 65+64+28=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 65 - color contains mainly: red. Hex color #41401C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41401C is #BEBFE3. Grayscale: #3C3C3C. Windows color (decimal): -12500964 or 1851457. OLE color: 1851457.

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

Color convert

RGB 65 64 28 -
CMYK 0 0.02 0.57 0.75
HSL 58.38º 0.4% 0.18% -
HSV(B) 58.38º 0.57% 0.25% -
XYZ 4.22 4.87 1.82 -
YUV 60.2 109.83 131.43 -
System Red Green Blue C M Y K H S L
Decimal 65 64 28 0 0.02 0.57 0.75 58.38 0.4 0.18
Hex 41 40 1C 0 2 39 4B 3A 28 12
Octal 101 100 34 0 2 71 113 72 50 22
Binary 1000001 1000000 11100 0 10 111001 1001011 111010 101000 10010

Color Harmonies of #41401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41401C

Black with #41401C

Text Example


Text Example

White with #41401C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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