Shades of El Paso #403F21
Tints of El Paso #403F21
RGB
CMYK
RGB Variations
Color information
#403F21 (or 0x403F21) is known color: El Paso. HEX triplet: 40, 3F and 21. RGB value is (64,63,33). Sum of RGB (Red+Green+Blue) = 64+63+33=160 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40% from 160); Green value is 63 (25% from 255 or 39.38% from 160); Blue value is 33 (13.28% from 255 or 20.62% from 160); Max value from RGB is 64 - color contains mainly: red. Hex color #403F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403F21 is #BFC0DE. Grayscale: #3B3B3B. Windows color (decimal): -12566751 or 2178880. OLE color: 2178880.
HSL color Cylindrical-coordinate representation of color #403F21: hue angle of 58.06º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #403F21 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 63 | 33 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.75 |
| HSL | 58.06º | 0.32% | 0.19% | - |
| HSV(B) | 58.06º | 0.48% | 0.25% | - |
| XYZ | 4.17 | 4.75 | 2.14 | - |
| YUV | 59.88 | 112.83 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 33 | 0 | 0.02 | 0.48 | 0.75 | 58.06 | 0.32 | 0.19 |
| Hex | 40 | 3F | 21 | 0 | 2 | 30 | 4B | 3A | 20 | 13 |
| Octal | 100 | 77 | 41 | 0 | 2 | 60 | 113 | 72 | 40 | 23 |
| Binary | 1000000 | 111111 | 100001 | 0 | 10 | 110000 | 1001011 | 111010 | 100000 | 10011 |
Color Harmonies of #403F21
Complementary color
Monochromatic Colors of #403F21
Black with #403F21
Text Example
Text Example
White with #403F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403F21; }
p { color: rgb(64,63,33); }
H1.HeaderClassName
{
color: #403F21;
}
.AnyTagClassName
{
color: #403F21;
}
</style>
background-color css
<style>
a { background-color: #403F21; }
a { background-color: rgb(64,63,33); }
div.DivClassName
{
background-color: #403F21;
}
.BgClassName
{
background-color: #403F21;
}
</style>
border-color css
<style>
span { border-color: #403F21; }
span { border-color: rgb(64,63,33); }
td.TdClassName
{
border-color: #403F21;
}
.TagClassName
{
border-color: #403F21;
}
</style>