Html Css Color HEX #3F4029 El Paso

📋 copy color: '#3F4029'

red 63 ◦ green 64 ◦ blue 41

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

Shades of El Paso #3F4029

Tints of El Paso #3F4029

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.75

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #3F4029: hue angle of 62.61º 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 #3F4029 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 64 41 -
CMYK 0.02 0 0.36 0.75
HSL 62.61º 0.22% 0.21% -
HSV(B) 62.61º 0.36% 0.25% -
XYZ 4.28 4.88 2.81 -
YUV 61.08 116.67 129.37 -
System Red Green Blue C M Y K H S L
Decimal 63 64 41 0.02 0 0.36 0.75 62.61 0.22 0.21
Hex 3F 40 29 2 0 24 4B 3F 16 15
Octal 77 100 51 2 0 44 113 77 26 25
Binary 111111 1000000 101001 10 0 100100 1001011 111111 10110 10101

Color Harmonies of #3F4029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4029

Black with #3F4029

Text Example


Text Example

White with #3F4029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F4029; }

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

 H1.HeaderClassName
 {
   color: #3F4029;
 }
 .AnyTagClassName
 {
   color: #3F4029;
 }
</style>

background-color css

<style>
 a { background-color: #3F4029; }

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

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

border-color css

<style>
 span { border-color: #3F4029; }

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

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