Shades of El Paso #403F16
Tints of El Paso #403F16
RGB
CMYK
RGB Variations
Color information
#403F16 (or 0x403F16) is known color: El Paso. HEX triplet: 40, 3F and 16. RGB value is (64,63,22). Sum of RGB (Red+Green+Blue) = 64+63+22=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 63 (25% from 255 or 42.28% from 149); Blue value is 22 (8.98% from 255 or 14.77% from 149); Max value from RGB is 64 - color contains mainly: red. Hex color #403F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403F16 is #BFC0E9. Grayscale: #3A3A3A. Windows color (decimal): -12566762 or 1457984. OLE color: 1457984.
HSL color Cylindrical-coordinate representation of color #403F16: hue angle of 58.57º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #403F16 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 63 | 22 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.75 |
| HSL | 58.57º | 0.49% | 0.17% | - |
| HSV(B) | 58.57º | 0.66% | 0.25% | - |
| XYZ | 4.04 | 4.7 | 1.45 | - |
| YUV | 58.63 | 107.33 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 22 | 0 | 0.02 | 0.66 | 0.75 | 58.57 | 0.49 | 0.17 |
| Hex | 40 | 3F | 16 | 0 | 2 | 42 | 4B | 3B | 31 | 11 |
| Octal | 100 | 77 | 26 | 0 | 2 | 102 | 113 | 73 | 61 | 21 |
| Binary | 1000000 | 111111 | 10110 | 0 | 10 | 1000010 | 1001011 | 111011 | 110001 | 10001 |
Color Harmonies of #403F16
Complementary color
Monochromatic Colors of #403F16
Black with #403F16
Text Example
Text Example
White with #403F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403F16; }
p { color: rgb(64,63,22); }
H1.HeaderClassName
{
color: #403F16;
}
.AnyTagClassName
{
color: #403F16;
}
</style>
background-color css
<style>
a { background-color: #403F16; }
a { background-color: rgb(64,63,22); }
div.DivClassName
{
background-color: #403F16;
}
.BgClassName
{
background-color: #403F16;
}
</style>
border-color css
<style>
span { border-color: #403F16; }
span { border-color: rgb(64,63,22); }
td.TdClassName
{
border-color: #403F16;
}
.TagClassName
{
border-color: #403F16;
}
</style>