Shades of El Paso #404125
Tints of El Paso #404125
RGB
CMYK
RGB Variations
Color information
#404125 (or 0x404125) is known color: El Paso. HEX triplet: 40, 41 and 25. RGB value is (64,65,37). Sum of RGB (Red+Green+Blue) = 64+65+37=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 37 (14.84% from 255 or 22.29% from 166); Max value from RGB is 65 - color contains mainly: green. Hex color #404125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404125 is #BFBEDA. Grayscale: #3D3D3D. Windows color (decimal): -12566235 or 2441536. OLE color: 2441536.
HSL color Cylindrical-coordinate representation of color #404125: hue angle of 62.14º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #404125 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 65 | 37 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.75 |
| HSL | 62.14º | 0.27% | 0.2% | - |
| HSV(B) | 62.14º | 0.43% | 0.25% | - |
| XYZ | 4.34 | 5 | 2.49 | - |
| YUV | 61.51 | 114.17 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 65 | 37 | 0.02 | 0 | 0.43 | 0.75 | 62.14 | 0.27 | 0.2 |
| Hex | 40 | 41 | 25 | 2 | 0 | 2B | 4B | 3E | 1B | 14 |
| Octal | 100 | 101 | 45 | 2 | 0 | 53 | 113 | 76 | 33 | 24 |
| Binary | 1000000 | 1000001 | 100101 | 10 | 0 | 101011 | 1001011 | 111110 | 11011 | 10100 |
Color Harmonies of #404125
Complementary color
Monochromatic Colors of #404125
Black with #404125
Text Example
Text Example
White with #404125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404125; }
p { color: rgb(64,65,37); }
H1.HeaderClassName
{
color: #404125;
}
.AnyTagClassName
{
color: #404125;
}
</style>
background-color css
<style>
a { background-color: #404125; }
a { background-color: rgb(64,65,37); }
div.DivClassName
{
background-color: #404125;
}
.BgClassName
{
background-color: #404125;
}
</style>
border-color css
<style>
span { border-color: #404125; }
span { border-color: rgb(64,65,37); }
td.TdClassName
{
border-color: #404125;
}
.TagClassName
{
border-color: #404125;
}
</style>