Shades of El Paso #403F1E
Tints of El Paso #403F1E
RGB
CMYK
RGB Variations
Color information
#403F1E (or 0x403F1E) is known color: El Paso. HEX triplet: 40, 3F and 1E. RGB value is (64,63,30). Sum of RGB (Red+Green+Blue) = 64+63+30=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 63 (25% from 255 or 40.13% from 157); Blue value is 30 (12.11% from 255 or 19.11% from 157); Max value from RGB is 64 - color contains mainly: red. Hex color #403F1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403F1E is #BFC0E1. Grayscale: #3B3B3B. Windows color (decimal): -12566754 or 1982272. OLE color: 1982272.
HSL color Cylindrical-coordinate representation of color #403F1E: hue angle of 58.24º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #403F1E is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 63 | 30 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.75 |
| HSL | 58.24º | 0.36% | 0.18% | - |
| HSV(B) | 58.24º | 0.53% | 0.25% | - |
| XYZ | 4.13 | 4.74 | 1.93 | - |
| YUV | 59.54 | 111.33 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 30 | 0 | 0.02 | 0.53 | 0.75 | 58.24 | 0.36 | 0.18 |
| Hex | 40 | 3F | 1E | 0 | 2 | 35 | 4B | 3A | 24 | 12 |
| Octal | 100 | 77 | 36 | 0 | 2 | 65 | 113 | 72 | 44 | 22 |
| Binary | 1000000 | 111111 | 11110 | 0 | 10 | 110101 | 1001011 | 111010 | 100100 | 10010 |
Color Harmonies of #403F1E
Complementary color
Monochromatic Colors of #403F1E
Black with #403F1E
Text Example
Text Example
White with #403F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403F1E; }
p { color: rgb(64,63,30); }
H1.HeaderClassName
{
color: #403F1E;
}
.AnyTagClassName
{
color: #403F1E;
}
</style>
background-color css
<style>
a { background-color: #403F1E; }
a { background-color: rgb(64,63,30); }
div.DivClassName
{
background-color: #403F1E;
}
.BgClassName
{
background-color: #403F1E;
}
</style>
border-color css
<style>
span { border-color: #403F1E; }
span { border-color: rgb(64,63,30); }
td.TdClassName
{
border-color: #403F1E;
}
.TagClassName
{
border-color: #403F1E;
}
</style>