#3F4021

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

Shades of El Paso #3F4021

Tints of El Paso #3F4021

Color information

#3F4021 (or 0x3F4021) is unknown color: approx El Paso. HEX triplet: 3F, 40 and 21. RGB value is (63,64,33). Sum of RGB (Red+Green+Blue) = 63+64+33=160 (21% of max value = 765). Red value is 63 (25% from 255 or 39.38% from 160); Green value is 64 (25.39% from 255 or 40% from 160); Blue value is 33 (13.28% from 255 or 20.62% from 160); Max value from RGB is 64 - color contains mainly: green. Hex color #3F4021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4021 is #C0BFDE. Grayscale: #3C3C3C. Windows color (decimal): -12632031 or 2179135. OLE color: 2179135.

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

Color convert

RGB636433-
CMYK0.0200.480.75
HSL61.94º31.96%19.02%-
HSV(B)61.94º48.44%25.1%-
XYZ4.164.832.15-
YUV60.17112.67130.02-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 39.38%
GREEN value IS 64 (25.39% from 255) = 40%
BLUE value IS 33 (13.28% from 255) = 20.62%
R=39.38%
G=40%
B=20.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6364330.0200.480.7561.9431.9619.02
Hex3F402120304B3e2013
Octal77100412060113764023
Binary1111111000000100001100110000100101111111010000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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