Shades of El Paso #403F2D
Tints of El Paso #403F2D
RGB
CMYK
RGB Variations
Color information
#403F2D (or 0x403F2D) is known color: El Paso. HEX triplet: 40, 3F and 2D. RGB value is (64,63,45). Sum of RGB (Red+Green+Blue) = 64+63+45=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 63 (25% from 255 or 36.63% from 172); Blue value is 45 (17.97% from 255 or 26.16% from 172); Max value from RGB is 64 - color contains mainly: red. Hex color #403F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403F2D is #BFC0D2. Grayscale: #3D3D3D. Windows color (decimal): -12566739 or 2965312. OLE color: 2965312.
HSL color Cylindrical-coordinate representation of color #403F2D: hue angle of 56.84º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #403F2D is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 63 | 45 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.75 |
| HSL | 56.84º | 0.17% | 0.21% | - |
| HSV(B) | 56.84º | 0.3% | 0.25% | - |
| XYZ | 4.37 | 4.83 | 3.19 | - |
| YUV | 61.25 | 118.83 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 45 | 0 | 0.02 | 0.30 | 0.75 | 56.84 | 0.17 | 0.21 |
| Hex | 40 | 3F | 2D | 0 | 2 | 1E | 4B | 39 | 11 | 15 |
| Octal | 100 | 77 | 55 | 0 | 2 | 36 | 113 | 71 | 21 | 25 |
| Binary | 1000000 | 111111 | 101101 | 0 | 10 | 11110 | 1001011 | 111001 | 10001 | 10101 |
Color Harmonies of #403F2D
Complementary color
Monochromatic Colors of #403F2D
Black with #403F2D
Text Example
Text Example
White with #403F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403F2D; }
p { color: rgb(64,63,45); }
H1.HeaderClassName
{
color: #403F2D;
}
.AnyTagClassName
{
color: #403F2D;
}
</style>
background-color css
<style>
a { background-color: #403F2D; }
a { background-color: rgb(64,63,45); }
div.DivClassName
{
background-color: #403F2D;
}
.BgClassName
{
background-color: #403F2D;
}
</style>
border-color css
<style>
span { border-color: #403F2D; }
span { border-color: rgb(64,63,45); }
td.TdClassName
{
border-color: #403F2D;
}
.TagClassName
{
border-color: #403F2D;
}
</style>