Shades of El Paso #414228
Tints of El Paso #414228
RGB
CMYK
RGB Variations
Color information
#414228 (or 0x414228) is known color: El Paso. HEX triplet: 41, 42 and 28. RGB value is (65,66,40). Sum of RGB (Red+Green+Blue) = 65+66+40=171 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.01% from 171); Green value is 66 (26.17% from 255 or 38.60% from 171); Blue value is 40 (16.02% from 255 or 23.39% from 171); Max value from RGB is 66 - color contains mainly: green. Hex color #414228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414228 is #BEBDD7. Grayscale: #3E3E3E. Windows color (decimal): -12500440 or 2638401. OLE color: 2638401.
HSL color Cylindrical-coordinate representation of color #414228: hue angle of 62.31º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #414228 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 65 | 66 | 40 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.74 |
| HSL | 62.31º | 0.25% | 0.21% | - |
| HSV(B) | 62.31º | 0.39% | 0.26% | - |
| XYZ | 4.51 | 5.17 | 2.77 | - |
| YUV | 62.74 | 115.17 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 66 | 40 | 0.02 | 0 | 0.39 | 0.74 | 62.31 | 0.25 | 0.21 |
| Hex | 41 | 42 | 28 | 2 | 0 | 27 | 4A | 3E | 19 | 15 |
| Octal | 101 | 102 | 50 | 2 | 0 | 47 | 112 | 76 | 31 | 25 |
| Binary | 1000001 | 1000010 | 101000 | 10 | 0 | 100111 | 1001010 | 111110 | 11001 | 10101 |
Color Harmonies of #414228
Complementary color
Monochromatic Colors of #414228
Black with #414228
Text Example
Text Example
White with #414228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414228; }
p { color: rgb(65,66,40); }
H1.HeaderClassName
{
color: #414228;
}
.AnyTagClassName
{
color: #414228;
}
</style>
background-color css
<style>
a { background-color: #414228; }
a { background-color: rgb(65,66,40); }
div.DivClassName
{
background-color: #414228;
}
.BgClassName
{
background-color: #414228;
}
</style>
border-color css
<style>
span { border-color: #414228; }
span { border-color: rgb(65,66,40); }
td.TdClassName
{
border-color: #414228;
}
.TagClassName
{
border-color: #414228;
}
</style>