Html Css Color HEX #41402A El Paso

📋 copy color: '#41402A'

red 65 ◦ green 64 ◦ blue 42

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

Shades of El Paso #41402A

Tints of El Paso #41402A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 24.56%

R = 38.01%
G = 37.43%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.35

 K value IS 0.75

RGB Variations

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

Color information

#41402A (or 0x41402A) is known color: El Paso. HEX triplet: 41, 40 and 2A. RGB value is (65,64,42). Sum of RGB (Red+Green+Blue) = 65+64+42=171 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.01% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 42 (16.80% from 255 or 24.56% from 171); Max value from RGB is 65 - color contains mainly: red. Hex color #41402A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41402A is #BEBFD5. Grayscale: #3D3D3D. Windows color (decimal): -12500950 or 2768961. OLE color: 2768961.

HSL color Cylindrical-coordinate representation of color #41402A: hue angle of 57.39º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #41402A is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 64 42 -
CMYK 0 0.02 0.35 0.75
HSL 57.39º 0.21% 0.21% -
HSV(B) 57.39º 0.35% 0.25% -
XYZ 4.43 4.96 2.91 -
YUV 61.79 116.83 130.29 -
System Red Green Blue C M Y K H S L
Decimal 65 64 42 0 0.02 0.35 0.75 57.39 0.21 0.21
Hex 41 40 2A 0 2 23 4B 39 15 15
Octal 101 100 52 0 2 43 113 71 25 25
Binary 1000001 1000000 101010 0 10 100011 1001011 111001 10101 10101

Color Harmonies of #41402A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41402A

Black with #41402A

Text Example


Text Example

White with #41402A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41402A; }

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

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

background-color css

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

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

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

border-color css

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

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

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