Html Css Color HEX #40421F El Paso

📋 copy color: '#40421F'

red 64 ◦ green 66 ◦ blue 31

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

Shades of El Paso #40421F

Tints of El Paso #40421F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 40.99%

 BLUE value IS 31 (12.5% from 255) = 19.25%

R = 39.75%
G = 40.99%
B = 19.25%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.53

 K value IS 0.74

RGB Variations

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

Color information

#40421F (or 0x40421F) is known color: El Paso. HEX triplet: 40, 42 and 1F. RGB value is (64,66,31). Sum of RGB (Red+Green+Blue) = 64+66+31=161 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.75% from 161); Green value is 66 (26.17% from 255 or 40.99% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 66 - color contains mainly: green. Hex color #40421F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40421F is #BFBDE0. Grayscale: #3D3D3D. Windows color (decimal): -12565985 or 2048576. OLE color: 2048576.

HSL color Cylindrical-coordinate representation of color #40421F: hue angle of 63.43º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #40421F is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.74.

Color convert

RGB 64 66 31 -
CMYK 0.03 0 0.53 0.74
HSL 63.43º 0.36% 0.19% -
HSV(B) 63.43º 0.53% 0.26% -
XYZ 4.31 5.09 2.05 -
YUV 61.41 110.84 129.85 -
System Red Green Blue C M Y K H S L
Decimal 64 66 31 0.03 0 0.53 0.74 63.43 0.36 0.19
Hex 40 42 1F 3 0 35 4A 3F 24 13
Octal 100 102 37 3 0 65 112 77 44 23
Binary 1000000 1000010 11111 11 0 110101 1001010 111111 100100 10011

Color Harmonies of #40421F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40421F

Black with #40421F

Text Example


Text Example

White with #40421F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,66,31); }

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

background-color css

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

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

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

border-color css

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

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

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