Shades of El Paso #40411D
Tints of El Paso #40411D
RGB
CMYK
RGB Variations
Color information
#40411D (or 0x40411D) is known color: El Paso. HEX triplet: 40, 41 and 1D. RGB value is (64,65,29). Sum of RGB (Red+Green+Blue) = 64+65+29=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 65 (25.78% from 255 or 41.14% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 65 - color contains mainly: green. Hex color #40411D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40411D is #BFBEE2. Grayscale: #3C3C3C. Windows color (decimal): -12566243 or 1917248. OLE color: 1917248.
HSL color Cylindrical-coordinate representation of color #40411D: hue angle of 61.67º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40411D is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 65 | 29 | - |
| CMYK | 0.02 | 0 | 0.55 | 0.75 |
| HSL | 61.67º | 0.38% | 0.18% | - |
| HSV(B) | 61.67º | 0.55% | 0.25% | - |
| XYZ | 4.23 | 4.96 | 1.9 | - |
| YUV | 60.6 | 110.17 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 65 | 29 | 0.02 | 0 | 0.55 | 0.75 | 61.67 | 0.38 | 0.18 |
| Hex | 40 | 41 | 1D | 2 | 0 | 37 | 4B | 3E | 26 | 12 |
| Octal | 100 | 101 | 35 | 2 | 0 | 67 | 113 | 76 | 46 | 22 |
| Binary | 1000000 | 1000001 | 11101 | 10 | 0 | 110111 | 1001011 | 111110 | 100110 | 10010 |
Color Harmonies of #40411D
Complementary color
Monochromatic Colors of #40411D
Black with #40411D
Text Example
Text Example
White with #40411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40411D; }
p { color: rgb(64,65,29); }
H1.HeaderClassName
{
color: #40411D;
}
.AnyTagClassName
{
color: #40411D;
}
</style>
background-color css
<style>
a { background-color: #40411D; }
a { background-color: rgb(64,65,29); }
div.DivClassName
{
background-color: #40411D;
}
.BgClassName
{
background-color: #40411D;
}
</style>
border-color css
<style>
span { border-color: #40411D; }
span { border-color: rgb(64,65,29); }
td.TdClassName
{
border-color: #40411D;
}
.TagClassName
{
border-color: #40411D;
}
</style>