Shades of El Paso #403F20
Tints of El Paso #403F20
RGB
CMYK
RGB Variations
Color information
#403F20 (or 0x403F20) is known color: El Paso. HEX triplet: 40, 3F and 20. RGB value is (64,63,32). Sum of RGB (Red+Green+Blue) = 64+63+32=159 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40.25% from 159); Green value is 63 (25% from 255 or 39.62% from 159); Blue value is 32 (12.89% from 255 or 20.13% from 159); Max value from RGB is 64 - color contains mainly: red. Hex color #403F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403F20 is #BFC0DF. Grayscale: #3B3B3B. Windows color (decimal): -12566752 or 2113344. OLE color: 2113344.
HSL color Cylindrical-coordinate representation of color #403F20: hue angle of 58.12º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #403F20 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 63 | 32 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.75 |
| HSL | 58.13º | 0.33% | 0.19% | - |
| HSV(B) | 58.13º | 0.5% | 0.25% | - |
| XYZ | 4.15 | 4.75 | 2.06 | - |
| YUV | 59.77 | 112.33 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 32 | 0 | 0.02 | 0.50 | 0.75 | 58.13 | 0.33 | 0.19 |
| Hex | 40 | 3F | 20 | 0 | 2 | 32 | 4B | 3A | 21 | 13 |
| Octal | 100 | 77 | 40 | 0 | 2 | 62 | 113 | 72 | 41 | 23 |
| Binary | 1000000 | 111111 | 100000 | 0 | 10 | 110010 | 1001011 | 111010 | 100001 | 10011 |
Color Harmonies of #403F20
Complementary color
Monochromatic Colors of #403F20
Black with #403F20
Text Example
Text Example
White with #403F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403F20; }
p { color: rgb(64,63,32); }
H1.HeaderClassName
{
color: #403F20;
}
.AnyTagClassName
{
color: #403F20;
}
</style>
background-color css
<style>
a { background-color: #403F20; }
a { background-color: rgb(64,63,32); }
div.DivClassName
{
background-color: #403F20;
}
.BgClassName
{
background-color: #403F20;
}
</style>
border-color css
<style>
span { border-color: #403F20; }
span { border-color: rgb(64,63,32); }
td.TdClassName
{
border-color: #403F20;
}
.TagClassName
{
border-color: #403F20;
}
</style>