Shades of El Paso #403F2E
Tints of El Paso #403F2E
RGB
CMYK
RGB Variations
Color information
#403F2E (or 0x403F2E) is known color: El Paso. HEX triplet: 40, 3F and 2E. RGB value is (64,63,46). Sum of RGB (Red+Green+Blue) = 64+63+46=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 63 (25% from 255 or 36.42% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 64 - color contains mainly: red. Hex color #403F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403F2E is #BFC0D1. Grayscale: #3D3D3D. Windows color (decimal): -12566738 or 3030848. OLE color: 3030848.
HSL color Cylindrical-coordinate representation of color #403F2E: hue angle of 56.67º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #403F2E is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 63 | 46 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.75 |
| HSL | 56.67º | 0.16% | 0.22% | - |
| HSV(B) | 56.67º | 0.28% | 0.25% | - |
| XYZ | 4.39 | 4.84 | 3.29 | - |
| YUV | 61.36 | 119.33 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 46 | 0 | 0.02 | 0.28 | 0.75 | 56.67 | 0.16 | 0.22 |
| Hex | 40 | 3F | 2E | 0 | 2 | 1C | 4B | 39 | 10 | 16 |
| Octal | 100 | 77 | 56 | 0 | 2 | 34 | 113 | 71 | 20 | 26 |
| Binary | 1000000 | 111111 | 101110 | 0 | 10 | 11100 | 1001011 | 111001 | 10000 | 10110 |
Color Harmonies of #403F2E
Complementary color
Monochromatic Colors of #403F2E
Black with #403F2E
Text Example
Text Example
White with #403F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403F2E; }
p { color: rgb(64,63,46); }
H1.HeaderClassName
{
color: #403F2E;
}
.AnyTagClassName
{
color: #403F2E;
}
</style>
background-color css
<style>
a { background-color: #403F2E; }
a { background-color: rgb(64,63,46); }
div.DivClassName
{
background-color: #403F2E;
}
.BgClassName
{
background-color: #403F2E;
}
</style>
border-color css
<style>
span { border-color: #403F2E; }
span { border-color: rgb(64,63,46); }
td.TdClassName
{
border-color: #403F2E;
}
.TagClassName
{
border-color: #403F2E;
}
</style>