Shades of El Paso #404034
Tints of El Paso #404034
RGB
CMYK
RGB Variations
Color information
#404034 (or 0x404034) is known color: El Paso. HEX triplet: 40, 40 and 34. RGB value is (64,64,52). Sum of RGB (Red+Green+Blue) = 64+64+52=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 52 (20.70% from 255 or 28.89% from 180); Max value from RGB is 64 - color contains mainly: red, green. Hex color #404034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404034 is #BFBFCB. Grayscale: #3E3E3E. Windows color (decimal): -12566476 or 3424320. OLE color: 3424320.
HSL color Cylindrical-coordinate representation of color #404034: hue angle of 60º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #404034 is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 64 | 52 | - |
| CMYK | 0 | 0 | 0.19 | 0.75 |
| HSL | 60º | 0.1% | 0.23% | - |
| HSV(B) | 60º | 0.19% | 0.25% | - |
| XYZ | 4.57 | 5 | 3.97 | - |
| YUV | 62.63 | 122 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 64 | 52 | 0 | 0 | 0.19 | 0.75 | 60 | 0.1 | 0.23 |
| Hex | 40 | 40 | 34 | 0 | 0 | 13 | 4B | 3C | A | 17 |
| Octal | 100 | 100 | 64 | 0 | 0 | 23 | 113 | 74 | 12 | 27 |
| Binary | 1000000 | 1000000 | 110100 | 0 | 0 | 10011 | 1001011 | 111100 | 1010 | 10111 |
Color Harmonies of #404034
Complementary color
Monochromatic Colors of #404034
Black with #404034
Text Example
Text Example
White with #404034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404034; }
p { color: rgb(64,64,52); }
H1.HeaderClassName
{
color: #404034;
}
.AnyTagClassName
{
color: #404034;
}
</style>
background-color css
<style>
a { background-color: #404034; }
a { background-color: rgb(64,64,52); }
div.DivClassName
{
background-color: #404034;
}
.BgClassName
{
background-color: #404034;
}
</style>
border-color css
<style>
span { border-color: #404034; }
span { border-color: rgb(64,64,52); }
td.TdClassName
{
border-color: #404034;
}
.TagClassName
{
border-color: #404034;
}
</style>