Shades of El Paso #403F2B
Tints of El Paso #403F2B
RGB
CMYK
RGB Variations
Color information
#403F2B (or 0x403F2B) is known color: El Paso. HEX triplet: 40, 3F and 2B. RGB value is (64,63,43). Sum of RGB (Red+Green+Blue) = 64+63+43=170 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.65% from 170); Green value is 63 (25% from 255 or 37.06% from 170); Blue value is 43 (17.19% from 255 or 25.29% from 170); Max value from RGB is 64 - color contains mainly: red. Hex color #403F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403F2B is #BFC0D4. Grayscale: #3D3D3D. Windows color (decimal): -12566741 or 2834240. OLE color: 2834240.
HSL color Cylindrical-coordinate representation of color #403F2B: hue angle of 57.14º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #403F2B is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 63 | 43 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.75 |
| HSL | 57.14º | 0.2% | 0.21% | - |
| HSV(B) | 57.14º | 0.33% | 0.25% | - |
| XYZ | 4.33 | 4.82 | 2.99 | - |
| YUV | 61.02 | 117.83 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 43 | 0 | 0.02 | 0.33 | 0.75 | 57.14 | 0.2 | 0.21 |
| Hex | 40 | 3F | 2B | 0 | 2 | 21 | 4B | 39 | 14 | 15 |
| Octal | 100 | 77 | 53 | 0 | 2 | 41 | 113 | 71 | 24 | 25 |
| Binary | 1000000 | 111111 | 101011 | 0 | 10 | 100001 | 1001011 | 111001 | 10100 | 10101 |
Color Harmonies of #403F2B
Complementary color
Monochromatic Colors of #403F2B
Black with #403F2B
Text Example
Text Example
White with #403F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403F2B; }
p { color: rgb(64,63,43); }
H1.HeaderClassName
{
color: #403F2B;
}
.AnyTagClassName
{
color: #403F2B;
}
</style>
background-color css
<style>
a { background-color: #403F2B; }
a { background-color: rgb(64,63,43); }
div.DivClassName
{
background-color: #403F2B;
}
.BgClassName
{
background-color: #403F2B;
}
</style>
border-color css
<style>
span { border-color: #403F2B; }
span { border-color: rgb(64,63,43); }
td.TdClassName
{
border-color: #403F2B;
}
.TagClassName
{
border-color: #403F2B;
}
</style>