Shades of El Paso #404123
Tints of El Paso #404123
RGB
CMYK
RGB Variations
Color information
#404123 (or 0x404123) is known color: El Paso. HEX triplet: 40, 41 and 23. RGB value is (64,65,35). Sum of RGB (Red+Green+Blue) = 64+65+35=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 65 (25.78% from 255 or 39.63% from 164); Blue value is 35 (14.06% from 255 or 21.34% from 164); Max value from RGB is 65 - color contains mainly: green. Hex color #404123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404123 is #BFBEDC. Grayscale: #3D3D3D. Windows color (decimal): -12566237 or 2310464. OLE color: 2310464.
HSL color Cylindrical-coordinate representation of color #404123: hue angle of 62º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #404123 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 65 | 35 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.75 |
| HSL | 62º | 0.3% | 0.2% | - |
| HSV(B) | 62º | 0.46% | 0.25% | - |
| XYZ | 4.31 | 4.99 | 2.33 | - |
| YUV | 61.28 | 113.17 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 65 | 35 | 0.02 | 0 | 0.46 | 0.75 | 62 | 0.3 | 0.2 |
| Hex | 40 | 41 | 23 | 2 | 0 | 2E | 4B | 3E | 1E | 14 |
| Octal | 100 | 101 | 43 | 2 | 0 | 56 | 113 | 76 | 36 | 24 |
| Binary | 1000000 | 1000001 | 100011 | 10 | 0 | 101110 | 1001011 | 111110 | 11110 | 10100 |
Color Harmonies of #404123
Complementary color
Monochromatic Colors of #404123
Black with #404123
Text Example
Text Example
White with #404123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404123; }
p { color: rgb(64,65,35); }
H1.HeaderClassName
{
color: #404123;
}
.AnyTagClassName
{
color: #404123;
}
</style>
background-color css
<style>
a { background-color: #404123; }
a { background-color: rgb(64,65,35); }
div.DivClassName
{
background-color: #404123;
}
.BgClassName
{
background-color: #404123;
}
</style>
border-color css
<style>
span { border-color: #404123; }
span { border-color: rgb(64,65,35); }
td.TdClassName
{
border-color: #404123;
}
.TagClassName
{
border-color: #404123;
}
</style>