Shades of El Paso #3F4127
Tints of El Paso #3F4127
RGB
CMYK
RGB Variations
Color information
#3F4127 (or 0x3F4127) is known color: El Paso. HEX triplet: 3F, 41 and 27. RGB value is (63,65,39). Sum of RGB (Red+Green+Blue) = 63+65+39=167 (22% of max value = 765). Red value is 63 (25% from 255 or 37.72% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 39 (15.62% from 255 or 23.35% from 167); Max value from RGB is 65 - color contains mainly: green. Hex color #3F4127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4127 is #C0BED8. Grayscale: #3D3D3D. Windows color (decimal): -12631769 or 2572607. OLE color: 2572607.
HSL color Cylindrical-coordinate representation of color #3F4127: hue angle of 64.62º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3F4127 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 65 | 39 | - |
| CMYK | 0.03 | 0 | 0.40 | 0.75 |
| HSL | 64.62º | 0.25% | 0.2% | - |
| HSV(B) | 64.62º | 0.4% | 0.25% | - |
| XYZ | 4.31 | 4.98 | 2.65 | - |
| YUV | 61.44 | 115.34 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 65 | 39 | 0.03 | 0 | 0.40 | 0.75 | 64.62 | 0.25 | 0.2 |
| Hex | 3F | 41 | 27 | 3 | 0 | 28 | 4B | 41 | 19 | 14 |
| Octal | 77 | 101 | 47 | 3 | 0 | 50 | 113 | 101 | 31 | 24 |
| Binary | 111111 | 1000001 | 100111 | 11 | 0 | 101000 | 1001011 | 1000001 | 11001 | 10100 |
Color Harmonies of #3F4127
Complementary color
Monochromatic Colors of #3F4127
Black with #3F4127
Text Example
Text Example
White with #3F4127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4127; }
p { color: rgb(63,65,39); }
H1.HeaderClassName
{
color: #3F4127;
}
.AnyTagClassName
{
color: #3F4127;
}
</style>
background-color css
<style>
a { background-color: #3F4127; }
a { background-color: rgb(63,65,39); }
div.DivClassName
{
background-color: #3F4127;
}
.BgClassName
{
background-color: #3F4127;
}
</style>
border-color css
<style>
span { border-color: #3F4127; }
span { border-color: rgb(63,65,39); }
td.TdClassName
{
border-color: #3F4127;
}
.TagClassName
{
border-color: #3F4127;
}
</style>