#3F4025

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

Shades of El Paso #3F4025

Tints of El Paso #3F4025

Color information

#3F4025 (or 0x3F4025) is unknown color: approx El Paso. HEX triplet: 3F, 40 and 25. RGB value is (63,64,37). Sum of RGB (Red+Green+Blue) = 63+64+37=164 (21% of max value = 765). Red value is 63 (25% from 255 or 38.41% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 37 (14.84% from 255 or 22.56% from 164); Max value from RGB is 64 - color contains mainly: green. Hex color #3F4025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4025 is #C0BFDA. Grayscale: #3C3C3C. Windows color (decimal): -12632027 or 2441279. OLE color: 2441279.

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

Color convert

RGB636437-
CMYK0.0200.420.75
HSL62.22º26.73%19.8%-
HSV(B)62.22º42.19%25.1%-
XYZ4.224.862.47-
YUV60.62114.67129.7-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.41%
GREEN value IS 64 (25.39% from 255) = 39.02%
BLUE value IS 37 (14.84% from 255) = 22.56%
R=38.41%
G=39.02%
B=22.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6364370.0200.420.7562.2226.7319.8
Hex3F4025202A4B3e1b14
Octal77100452052113763324
Binary111111100000010010110010101010010111111101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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