Shades of El Paso #403F32
Tints of El Paso #403F32
RGB
CMYK
RGB Variations
Color information
#403F32 (or 0x403F32) is known color: El Paso. HEX triplet: 40, 3F and 32. RGB value is (64,63,50). Sum of RGB (Red+Green+Blue) = 64+63+50=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 50 (19.92% from 255 or 28.25% from 177); Max value from RGB is 64 - color contains mainly: red. Hex color #403F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403F32 is #BFC0CD. Grayscale: #3D3D3D. Windows color (decimal): -12566734 or 3292992. OLE color: 3292992.
HSL color Cylindrical-coordinate representation of color #403F32: hue angle of 55.71º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #403F32 is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 63 | 50 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.75 |
| HSL | 55.71º | 0.12% | 0.22% | - |
| HSV(B) | 55.71º | 0.22% | 0.25% | - |
| XYZ | 4.47 | 4.88 | 3.72 | - |
| YUV | 61.82 | 121.33 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 50 | 0 | 0.02 | 0.22 | 0.75 | 55.71 | 0.12 | 0.22 |
| Hex | 40 | 3F | 32 | 0 | 2 | 16 | 4B | 38 | C | 16 |
| Octal | 100 | 77 | 62 | 0 | 2 | 26 | 113 | 70 | 14 | 26 |
| Binary | 1000000 | 111111 | 110010 | 0 | 10 | 10110 | 1001011 | 111000 | 1100 | 10110 |
Color Harmonies of #403F32
Complementary color
Monochromatic Colors of #403F32
Black with #403F32
Text Example
Text Example
White with #403F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403F32; }
p { color: rgb(64,63,50); }
H1.HeaderClassName
{
color: #403F32;
}
.AnyTagClassName
{
color: #403F32;
}
</style>
background-color css
<style>
a { background-color: #403F32; }
a { background-color: rgb(64,63,50); }
div.DivClassName
{
background-color: #403F32;
}
.BgClassName
{
background-color: #403F32;
}
</style>
border-color css
<style>
span { border-color: #403F32; }
span { border-color: rgb(64,63,50); }
td.TdClassName
{
border-color: #403F32;
}
.TagClassName
{
border-color: #403F32;
}
</style>