Shades of El Paso #404222
Tints of El Paso #404222
RGB
CMYK
RGB Variations
Color information
#404222 (or 0x404222) is known color: El Paso. HEX triplet: 40, 42 and 22. RGB value is (64,66,34). Sum of RGB (Red+Green+Blue) = 64+66+34=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 66 (26.17% from 255 or 40.24% from 164); Blue value is 34 (13.67% from 255 or 20.73% from 164); Max value from RGB is 66 - color contains mainly: green. Hex color #404222 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404222 is #BFBDDD. Grayscale: #3D3D3D. Windows color (decimal): -12565982 or 2245184. OLE color: 2245184.
HSL color Cylindrical-coordinate representation of color #404222: hue angle of 63.75º 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 #404222 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 64 | 66 | 34 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.74 |
| HSL | 63.75º | 0.32% | 0.2% | - |
| HSV(B) | 63.75º | 0.48% | 0.26% | - |
| XYZ | 4.35 | 5.1 | 2.27 | - |
| YUV | 61.75 | 112.34 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 66 | 34 | 0.03 | 0 | 0.48 | 0.74 | 63.75 | 0.32 | 0.2 |
| Hex | 40 | 42 | 22 | 3 | 0 | 30 | 4A | 40 | 20 | 14 |
| Octal | 100 | 102 | 42 | 3 | 0 | 60 | 112 | 100 | 40 | 24 |
| Binary | 1000000 | 1000010 | 100010 | 11 | 0 | 110000 | 1001010 | 1000000 | 100000 | 10100 |
Color Harmonies of #404222
Complementary color
Monochromatic Colors of #404222
Black with #404222
Text Example
Text Example
White with #404222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404222; }
p { color: rgb(64,66,34); }
H1.HeaderClassName
{
color: #404222;
}
.AnyTagClassName
{
color: #404222;
}
</style>
background-color css
<style>
a { background-color: #404222; }
a { background-color: rgb(64,66,34); }
div.DivClassName
{
background-color: #404222;
}
.BgClassName
{
background-color: #404222;
}
</style>
border-color css
<style>
span { border-color: #404222; }
span { border-color: rgb(64,66,34); }
td.TdClassName
{
border-color: #404222;
}
.TagClassName
{
border-color: #404222;
}
</style>