Html Css Color HEX #40401A El Paso

📋 copy color: '#40401A'

red 64 ◦ green 64 ◦ blue 26

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

Shades of El Paso #40401A

Tints of El Paso #40401A

RGB

 RED value IS 64 (25.39% from 255) = 41.56%

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

 BLUE value IS 26 (10.55% from 255) = 16.88%

R = 41.56%
G = 41.56%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.59

 K value IS 0.75

RGB Variations

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

Color information

#40401A (or 0x40401A) is known color: El Paso. HEX triplet: 40, 40 and 1A. RGB value is (64,64,26). Sum of RGB (Red+Green+Blue) = 64+64+26=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 64 (25.39% from 255 or 41.56% from 154); Blue value is 26 (10.55% from 255 or 16.88% from 154); Max value from RGB is 64 - color contains mainly: red, green. Hex color #40401A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40401A is #BFBFE5. Grayscale: #3B3B3B. Windows color (decimal): -12566502 or 1720384. OLE color: 1720384.

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

Color convert

RGB 64 64 26 -
CMYK 0 0 0.59 0.75
HSL 60º 0.42% 0.18% -
HSV(B) 60º 0.59% 0.25% -
XYZ 4.13 4.83 1.69 -
YUV 59.67 109 131.09 -
System Red Green Blue C M Y K H S L
Decimal 64 64 26 0 0 0.59 0.75 60 0.42 0.18
Hex 40 40 1A 0 0 3B 4B 3C 2A 12
Octal 100 100 32 0 0 73 113 74 52 22
Binary 1000000 1000000 11010 0 0 111011 1001011 111100 101010 10010

Color Harmonies of #40401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40401A

Black with #40401A

Text Example


Text Example

White with #40401A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,64,26); }

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

background-color css

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

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

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

border-color css

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

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

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