Shades of El Paso #414020
Tints of El Paso #414020
RGB
CMYK
RGB Variations
Color information
#414020 (or 0x414020) is known color: El Paso. HEX triplet: 41, 40 and 20. RGB value is (65,64,32). Sum of RGB (Red+Green+Blue) = 65+64+32=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 64 (25.39% from 255 or 39.75% from 161); Blue value is 32 (12.89% from 255 or 19.88% from 161); Max value from RGB is 65 - color contains mainly: red. Hex color #414020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414020 is #BEBFDF. Grayscale: #3C3C3C. Windows color (decimal): -12500960 or 2113601. OLE color: 2113601.
HSL color Cylindrical-coordinate representation of color #414020: hue angle of 58.18º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #414020 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 64 | 32 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.75 |
| HSL | 58.18º | 0.34% | 0.19% | - |
| HSV(B) | 58.18º | 0.51% | 0.25% | - |
| XYZ | 4.27 | 4.89 | 2.09 | - |
| YUV | 60.65 | 111.83 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 64 | 32 | 0 | 0.02 | 0.51 | 0.75 | 58.18 | 0.34 | 0.19 |
| Hex | 41 | 40 | 20 | 0 | 2 | 33 | 4B | 3A | 22 | 13 |
| Octal | 101 | 100 | 40 | 0 | 2 | 63 | 113 | 72 | 42 | 23 |
| Binary | 1000001 | 1000000 | 100000 | 0 | 10 | 110011 | 1001011 | 111010 | 100010 | 10011 |
Color Harmonies of #414020
Complementary color
Monochromatic Colors of #414020
Black with #414020
Text Example
Text Example
White with #414020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414020; }
p { color: rgb(65,64,32); }
H1.HeaderClassName
{
color: #414020;
}
.AnyTagClassName
{
color: #414020;
}
</style>
background-color css
<style>
a { background-color: #414020; }
a { background-color: rgb(65,64,32); }
div.DivClassName
{
background-color: #414020;
}
.BgClassName
{
background-color: #414020;
}
</style>
border-color css
<style>
span { border-color: #414020; }
span { border-color: rgb(65,64,32); }
td.TdClassName
{
border-color: #414020;
}
.TagClassName
{
border-color: #414020;
}
</style>