Shades of El Paso #414222
Tints of El Paso #414222
RGB
CMYK
RGB Variations
Color information
#414222 (or 0x414222) is known color: El Paso. HEX triplet: 41, 42 and 22. RGB value is (65,66,34). Sum of RGB (Red+Green+Blue) = 65+66+34=165 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.39% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 34 (13.67% from 255 or 20.61% from 165); Max value from RGB is 66 - color contains mainly: green. Hex color #414222 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414222 is #BEBDDD. Grayscale: #3E3E3E. Windows color (decimal): -12500446 or 2245185. OLE color: 2245185.
HSL color Cylindrical-coordinate representation of color #414222: hue angle of 61.88º degrees, saturation: 0.32, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #414222 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 65 | 66 | 34 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.74 |
| HSL | 61.88º | 0.32% | 0.2% | - |
| HSV(B) | 61.88º | 0.48% | 0.26% | - |
| XYZ | 4.42 | 5.14 | 2.27 | - |
| YUV | 62.05 | 112.17 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 66 | 34 | 0.02 | 0 | 0.48 | 0.74 | 61.88 | 0.32 | 0.2 |
| Hex | 41 | 42 | 22 | 2 | 0 | 30 | 4A | 3E | 20 | 14 |
| Octal | 101 | 102 | 42 | 2 | 0 | 60 | 112 | 76 | 40 | 24 |
| Binary | 1000001 | 1000010 | 100010 | 10 | 0 | 110000 | 1001010 | 111110 | 100000 | 10100 |
Color Harmonies of #414222
Complementary color
Monochromatic Colors of #414222
Black with #414222
Text Example
Text Example
White with #414222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414222; }
p { color: rgb(65,66,34); }
H1.HeaderClassName
{
color: #414222;
}
.AnyTagClassName
{
color: #414222;
}
</style>
background-color css
<style>
a { background-color: #414222; }
a { background-color: rgb(65,66,34); }
div.DivClassName
{
background-color: #414222;
}
.BgClassName
{
background-color: #414222;
}
</style>
border-color css
<style>
span { border-color: #414222; }
span { border-color: rgb(65,66,34); }
td.TdClassName
{
border-color: #414222;
}
.TagClassName
{
border-color: #414222;
}
</style>