Shades of El Paso #403F17
Tints of El Paso #403F17
RGB
CMYK
RGB Variations
Color information
#403F17 (or 0x403F17) is known color: El Paso. HEX triplet: 40, 3F and 17. RGB value is (64,63,23). Sum of RGB (Red+Green+Blue) = 64+63+23=150 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.67% from 150); Green value is 63 (25% from 255 or 42% from 150); Blue value is 23 (9.38% from 255 or 15.33% from 150); Max value from RGB is 64 - color contains mainly: red. Hex color #403F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403F17 is #BFC0E8. Grayscale: #3A3A3A. Windows color (decimal): -12566761 or 1523520. OLE color: 1523520.
HSL color Cylindrical-coordinate representation of color #403F17: hue angle of 58.54º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #403F17 is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 63 | 23 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.75 |
| HSL | 58.54º | 0.47% | 0.17% | - |
| HSV(B) | 58.54º | 0.64% | 0.25% | - |
| XYZ | 4.05 | 4.71 | 1.51 | - |
| YUV | 58.74 | 107.83 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 23 | 0 | 0.02 | 0.64 | 0.75 | 58.54 | 0.47 | 0.17 |
| Hex | 40 | 3F | 17 | 0 | 2 | 40 | 4B | 3B | 2F | 11 |
| Octal | 100 | 77 | 27 | 0 | 2 | 100 | 113 | 73 | 57 | 21 |
| Binary | 1000000 | 111111 | 10111 | 0 | 10 | 1000000 | 1001011 | 111011 | 101111 | 10001 |
Color Harmonies of #403F17
Complementary color
Monochromatic Colors of #403F17
Black with #403F17
Text Example
Text Example
White with #403F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403F17; }
p { color: rgb(64,63,23); }
H1.HeaderClassName
{
color: #403F17;
}
.AnyTagClassName
{
color: #403F17;
}
</style>
background-color css
<style>
a { background-color: #403F17; }
a { background-color: rgb(64,63,23); }
div.DivClassName
{
background-color: #403F17;
}
.BgClassName
{
background-color: #403F17;
}
</style>
border-color css
<style>
span { border-color: #403F17; }
span { border-color: rgb(64,63,23); }
td.TdClassName
{
border-color: #403F17;
}
.TagClassName
{
border-color: #403F17;
}
</style>