Html Css Color HEX #40412F El Paso

📋 copy color: '#40412F'

red 64 ◦ green 65 ◦ blue 47

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

Shades of El Paso #40412F

Tints of El Paso #40412F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 26.7%

R = 36.36%
G = 36.93%
B = 26.7%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#40412F (or 0x40412F) is known color: El Paso. HEX triplet: 40, 41 and 2F. RGB value is (64,65,47). Sum of RGB (Red+Green+Blue) = 64+65+47=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 65 (25.78% from 255 or 36.93% from 176); Blue value is 47 (18.75% from 255 or 26.70% from 176); Max value from RGB is 65 - color contains mainly: green. Hex color #40412F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40412F is #BFBED0. Grayscale: #3E3E3E. Windows color (decimal): -12566225 or 3096896. OLE color: 3096896.

HSL color Cylindrical-coordinate representation of color #40412F: hue angle of 63.33º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #40412F is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 65 47 -
CMYK 0.02 0 0.28 0.75
HSL 63.33º 0.16% 0.22% -
HSV(B) 63.33º 0.28% 0.25% -
XYZ 4.52 5.08 3.43 -
YUV 62.65 119.17 128.96 -
System Red Green Blue C M Y K H S L
Decimal 64 65 47 0.02 0 0.28 0.75 63.33 0.16 0.22
Hex 40 41 2F 2 0 1C 4B 3F 10 16
Octal 100 101 57 2 0 34 113 77 20 26
Binary 1000000 1000001 101111 10 0 11100 1001011 111111 10000 10110

Color Harmonies of #40412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40412F

Black with #40412F

Text Example


Text Example

White with #40412F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40412F; }

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

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

background-color css

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

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

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

border-color css

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

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

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