Html Css Color HEX #403F29 El Paso

📋 copy color: '#403F29'

red 64 ◦ green 63 ◦ blue 41

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

Shades of El Paso #403F29

Tints of El Paso #403F29

RGB

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

 GREEN value IS 63 (25% from 255) = 37.5%

 BLUE value IS 41 (16.41% from 255) = 24.4%

R = 38.1%
G = 37.5%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.36

 K value IS 0.75

RGB Variations

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

Color information

#403F29 (or 0x403F29) is known color: El Paso. HEX triplet: 40, 3F and 29. RGB value is (64,63,41). Sum of RGB (Red+Green+Blue) = 64+63+41=168 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.10% from 168); Green value is 63 (25% from 255 or 37.5% from 168); Blue value is 41 (16.41% from 255 or 24.40% from 168); Max value from RGB is 64 - color contains mainly: red. Hex color #403F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403F29 is #BFC0D6. Grayscale: #3C3C3C. Windows color (decimal): -12566743 or 2703168. OLE color: 2703168.

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

Color convert

RGB 64 63 41 -
CMYK 0 0.02 0.36 0.75
HSL 57.39º 0.22% 0.21% -
HSV(B) 57.39º 0.36% 0.25% -
XYZ 4.29 4.81 2.8 -
YUV 60.79 116.83 130.29 -
System Red Green Blue C M Y K H S L
Decimal 64 63 41 0 0.02 0.36 0.75 57.39 0.22 0.21
Hex 40 3F 29 0 2 24 4B 39 16 15
Octal 100 77 51 0 2 44 113 71 26 25
Binary 1000000 111111 101001 0 10 100100 1001011 111001 10110 10101

Color Harmonies of #403F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403F29

Black with #403F29

Text Example


Text Example

White with #403F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403F29; }

 p { color: rgb(64,63,41); }

 H1.HeaderClassName
 {
   color: #403F29;
 }
 .AnyTagClassName
 {
   color: #403F29;
 }
</style>

background-color css

<style>
 a { background-color: #403F29; }

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

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

border-color css

<style>
 span { border-color: #403F29; }

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

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