Shades of El Paso #403F22
Tints of El Paso #403F22
RGB
CMYK
RGB Variations
Color information
#403F22 (or 0x403F22) is known color: El Paso. HEX triplet: 40, 3F and 22. RGB value is (64,63,34). Sum of RGB (Red+Green+Blue) = 64+63+34=161 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.75% from 161); Green value is 63 (25% from 255 or 39.13% from 161); Blue value is 34 (13.67% from 255 or 21.12% from 161); Max value from RGB is 64 - color contains mainly: red. Hex color #403F22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403F22 is #BFC0DD. Grayscale: #3C3C3C. Windows color (decimal): -12566750 or 2244416. OLE color: 2244416.
HSL color Cylindrical-coordinate representation of color #403F22: hue angle of 58º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #403F22 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 63 | 34 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.75 |
| HSL | 58º | 0.31% | 0.19% | - |
| HSV(B) | 58º | 0.47% | 0.25% | - |
| XYZ | 4.18 | 4.76 | 2.21 | - |
| YUV | 59.99 | 113.33 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 34 | 0 | 0.02 | 0.47 | 0.75 | 58 | 0.31 | 0.19 |
| Hex | 40 | 3F | 22 | 0 | 2 | 2F | 4B | 3A | 1F | 13 |
| Octal | 100 | 77 | 42 | 0 | 2 | 57 | 113 | 72 | 37 | 23 |
| Binary | 1000000 | 111111 | 100010 | 0 | 10 | 101111 | 1001011 | 111010 | 11111 | 10011 |
Color Harmonies of #403F22
Complementary color
Monochromatic Colors of #403F22
Black with #403F22
Text Example
Text Example
White with #403F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403F22; }
p { color: rgb(64,63,34); }
H1.HeaderClassName
{
color: #403F22;
}
.AnyTagClassName
{
color: #403F22;
}
</style>
background-color css
<style>
a { background-color: #403F22; }
a { background-color: rgb(64,63,34); }
div.DivClassName
{
background-color: #403F22;
}
.BgClassName
{
background-color: #403F22;
}
</style>
border-color css
<style>
span { border-color: #403F22; }
span { border-color: rgb(64,63,34); }
td.TdClassName
{
border-color: #403F22;
}
.TagClassName
{
border-color: #403F22;
}
</style>