Shades of El Paso #404035
Tints of El Paso #404035
RGB
CMYK
RGB Variations
Color information
#404035 (or 0x404035) is known color: El Paso. HEX triplet: 40, 40 and 35. RGB value is (64,64,53). Sum of RGB (Red+Green+Blue) = 64+64+53=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 53 (21.09% from 255 or 29.28% from 181); Max value from RGB is 64 - color contains mainly: red, green. Hex color #404035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404035 is #BFBFCA. Grayscale: #3E3E3E. Windows color (decimal): -12566475 or 3489856. OLE color: 3489856.
HSL color Cylindrical-coordinate representation of color #404035: hue angle of 60º degrees, saturation: 0.09, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #404035 is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 64 | 53 | - |
| CMYK | 0 | 0 | 0.17 | 0.75 |
| HSL | 60º | 0.09% | 0.23% | - |
| HSV(B) | 60º | 0.17% | 0.25% | - |
| XYZ | 4.59 | 5.01 | 4.09 | - |
| YUV | 62.75 | 122.5 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 64 | 53 | 0 | 0 | 0.17 | 0.75 | 60 | 0.09 | 0.23 |
| Hex | 40 | 40 | 35 | 0 | 0 | 11 | 4B | 3C | 9 | 17 |
| Octal | 100 | 100 | 65 | 0 | 0 | 21 | 113 | 74 | 11 | 27 |
| Binary | 1000000 | 1000000 | 110101 | 0 | 0 | 10001 | 1001011 | 111100 | 1001 | 10111 |
Color Harmonies of #404035
Complementary color
Monochromatic Colors of #404035
Black with #404035
Text Example
Text Example
White with #404035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404035; }
p { color: rgb(64,64,53); }
H1.HeaderClassName
{
color: #404035;
}
.AnyTagClassName
{
color: #404035;
}
</style>
background-color css
<style>
a { background-color: #404035; }
a { background-color: rgb(64,64,53); }
div.DivClassName
{
background-color: #404035;
}
.BgClassName
{
background-color: #404035;
}
</style>
border-color css
<style>
span { border-color: #404035; }
span { border-color: rgb(64,64,53); }
td.TdClassName
{
border-color: #404035;
}
.TagClassName
{
border-color: #404035;
}
</style>