#3F3D29

Color #3F3D29 El Paso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of El Paso #3F3D29

Tints of El Paso #3F3D29

Color information

#3F3D29 (or 0x3F3D29) is unknown color: approx El Paso. HEX triplet: 3F, 3D and 29. RGB value is (63,61,41). Sum of RGB (Red+Green+Blue) = 63+61+41=165 (21% of max value = 765). Red value is 63 (25% from 255 or 38.18% from 165); Green value is 61 (24.22% from 255 or 36.97% from 165); Blue value is 41 (16.41% from 255 or 24.85% from 165); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3D29 is #C0C2D6. Grayscale: #3B3B3B. Windows color (decimal): -12632791 or 2702655. OLE color: 2702655.

HSL color Cylindrical-coordinate representation of color #3F3D29: hue angle of 54.55º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3F3D29 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB636141-
CMYK00.030.350.75
HSL54.55º21.15%20.39%-
HSV(B)54.55º34.92%24.71%-
XYZ4.124.552.76-
YUV59.32117.66130.63-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.18%
GREEN value IS 61 (24.22% from 255) = 36.97%
BLUE value IS 41 (16.41% from 255) = 24.85%
R=38.18%
G=36.97%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63614100.030.350.7554.5521.1520.39
Hex3F3D2903234B371514
Octal7775510343113672524
Binary11111111110110100101110001110010111101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F3D29;
 }
 .AnyTagClassName
 {
   color: #3F3D29;
 }
</style>
background-color css

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

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

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

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

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

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