Shades of El Paso #404220
Tints of El Paso #404220
RGB
CMYK
RGB Variations
Color information
#404220 (or 0x404220) is known color: El Paso. HEX triplet: 40, 42 and 20. RGB value is (64,66,32). Sum of RGB (Red+Green+Blue) = 64+66+32=162 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.51% from 162); Green value is 66 (26.17% from 255 or 40.74% from 162); Blue value is 32 (12.89% from 255 or 19.75% from 162); Max value from RGB is 66 - color contains mainly: green. Hex color #404220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404220 is #BFBDDF. Grayscale: #3D3D3D. Windows color (decimal): -12565984 or 2114112. OLE color: 2114112.
HSL color Cylindrical-coordinate representation of color #404220: hue angle of 63.53º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #404220 is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 64 | 66 | 32 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.74 |
| HSL | 63.53º | 0.35% | 0.19% | - |
| HSV(B) | 63.53º | 0.52% | 0.26% | - |
| XYZ | 4.32 | 5.09 | 2.12 | - |
| YUV | 61.53 | 111.34 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 66 | 32 | 0.03 | 0 | 0.52 | 0.74 | 63.53 | 0.35 | 0.19 |
| Hex | 40 | 42 | 20 | 3 | 0 | 34 | 4A | 40 | 23 | 13 |
| Octal | 100 | 102 | 40 | 3 | 0 | 64 | 112 | 100 | 43 | 23 |
| Binary | 1000000 | 1000010 | 100000 | 11 | 0 | 110100 | 1001010 | 1000000 | 100011 | 10011 |
Color Harmonies of #404220
Complementary color
Monochromatic Colors of #404220
Black with #404220
Text Example
Text Example
White with #404220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404220; }
p { color: rgb(64,66,32); }
H1.HeaderClassName
{
color: #404220;
}
.AnyTagClassName
{
color: #404220;
}
</style>
background-color css
<style>
a { background-color: #404220; }
a { background-color: rgb(64,66,32); }
div.DivClassName
{
background-color: #404220;
}
.BgClassName
{
background-color: #404220;
}
</style>
border-color css
<style>
span { border-color: #404220; }
span { border-color: rgb(64,66,32); }
td.TdClassName
{
border-color: #404220;
}
.TagClassName
{
border-color: #404220;
}
</style>