#3F402F

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

Shades of El Paso #3F402F

Tints of El Paso #3F402F

Color information

#3F402F (or 0x3F402F) is unknown color: approx El Paso. HEX triplet: 3F, 40 and 2F. RGB value is (63,64,47). Sum of RGB (Red+Green+Blue) = 63+64+47=174 (23% of max value = 765). Red value is 63 (25% from 255 or 36.21% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 47 (18.75% from 255 or 27.01% from 174); Max value from RGB is 64 - color contains mainly: green. Hex color #3F402F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F402F is #C0BFD0. Grayscale: #3D3D3D. Windows color (decimal): -12632017 or 3096639. OLE color: 3096639.

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

Color convert

RGB636447-
CMYK0.0200.270.75
HSL63.53º15.32%21.76%-
HSV(B)63.53º26.56%25.1%-
XYZ4.44.933.41-
YUV61.76119.67128.88-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 36.21%
GREEN value IS 64 (25.39% from 255) = 36.78%
BLUE value IS 47 (18.75% from 255) = 27.01%
R=36.21%
G=36.78%
B=27.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6364470.0200.270.7563.5315.3221.76
Hex3F402F201B4B40f16
Octal771005720331131001726
Binary11111110000001011111001101110010111000000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F402F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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