Shades of El Paso #3F4028
Tints of El Paso #3F4028
RGB
CMYK
RGB Variations
Color information
#3F4028 (or 0x3F4028) is known color: El Paso. HEX triplet: 3F, 40 and 28. RGB value is (63,64,40). Sum of RGB (Red+Green+Blue) = 63+64+40=167 (22% of max value = 765). Red value is 63 (25% from 255 or 37.72% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 40 (16.02% from 255 or 23.95% from 167); Max value from RGB is 64 - color contains mainly: green. Hex color #3F4028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4028 is #C0BFD7. Grayscale: #3D3D3D. Windows color (decimal): -12632024 or 2637887. OLE color: 2637887.
HSL color Cylindrical-coordinate representation of color #3F4028: hue angle of 62.5º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3F4028 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 64 | 40 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.75 |
| HSL | 62.5º | 0.23% | 0.2% | - |
| HSV(B) | 62.5º | 0.38% | 0.25% | - |
| XYZ | 4.27 | 4.88 | 2.72 | - |
| YUV | 60.97 | 116.17 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 64 | 40 | 0.02 | 0 | 0.38 | 0.75 | 62.5 | 0.23 | 0.2 |
| Hex | 3F | 40 | 28 | 2 | 0 | 26 | 4B | 3F | 17 | 14 |
| Octal | 77 | 100 | 50 | 2 | 0 | 46 | 113 | 77 | 27 | 24 |
| Binary | 111111 | 1000000 | 101000 | 10 | 0 | 100110 | 1001011 | 111111 | 10111 | 10100 |
Color Harmonies of #3F4028
Complementary color
Monochromatic Colors of #3F4028
Black with #3F4028
Text Example
Text Example
White with #3F4028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4028; }
p { color: rgb(63,64,40); }
H1.HeaderClassName
{
color: #3F4028;
}
.AnyTagClassName
{
color: #3F4028;
}
</style>
background-color css
<style>
a { background-color: #3F4028; }
a { background-color: rgb(63,64,40); }
div.DivClassName
{
background-color: #3F4028;
}
.BgClassName
{
background-color: #3F4028;
}
</style>
border-color css
<style>
span { border-color: #3F4028; }
span { border-color: rgb(63,64,40); }
td.TdClassName
{
border-color: #3F4028;
}
.TagClassName
{
border-color: #3F4028;
}
</style>