Shades of El Paso #3F4020
Tints of El Paso #3F4020
RGB
CMYK
RGB Variations
Color information
#3F4020 (or 0x3F4020) is known color: El Paso. HEX triplet: 3F, 40 and 20. RGB value is (63,64,32). Sum of RGB (Red+Green+Blue) = 63+64+32=159 (21% of max value = 765). Red value is 63 (25% from 255 or 39.62% from 159); Green value is 64 (25.39% from 255 or 40.25% from 159); Blue value is 32 (12.89% from 255 or 20.13% from 159); Max value from RGB is 64 - color contains mainly: green. Hex color #3F4020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4020 is #C0BFDF. Grayscale: #3C3C3C. Windows color (decimal): -12632032 or 2113599. OLE color: 2113599.
HSL color Cylindrical-coordinate representation of color #3F4020: hue angle of 61.88º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F4020 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 64 | 32 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.75 |
| HSL | 61.88º | 0.33% | 0.19% | - |
| HSV(B) | 61.88º | 0.5% | 0.25% | - |
| XYZ | 4.14 | 4.83 | 2.08 | - |
| YUV | 60.05 | 112.17 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 64 | 32 | 0.02 | 0 | 0.50 | 0.75 | 61.88 | 0.33 | 0.19 |
| Hex | 3F | 40 | 20 | 2 | 0 | 32 | 4B | 3E | 21 | 13 |
| Octal | 77 | 100 | 40 | 2 | 0 | 62 | 113 | 76 | 41 | 23 |
| Binary | 111111 | 1000000 | 100000 | 10 | 0 | 110010 | 1001011 | 111110 | 100001 | 10011 |
Color Harmonies of #3F4020
Complementary color
Monochromatic Colors of #3F4020
Black with #3F4020
Text Example
Text Example
White with #3F4020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4020; }
p { color: rgb(63,64,32); }
H1.HeaderClassName
{
color: #3F4020;
}
.AnyTagClassName
{
color: #3F4020;
}
</style>
background-color css
<style>
a { background-color: #3F4020; }
a { background-color: rgb(63,64,32); }
div.DivClassName
{
background-color: #3F4020;
}
.BgClassName
{
background-color: #3F4020;
}
</style>
border-color css
<style>
span { border-color: #3F4020; }
span { border-color: rgb(63,64,32); }
td.TdClassName
{
border-color: #3F4020;
}
.TagClassName
{
border-color: #3F4020;
}
</style>