Shades of El Paso #403F25
Tints of El Paso #403F25
RGB
CMYK
RGB Variations
Color information
#403F25 (or 0x403F25) is known color: El Paso. HEX triplet: 40, 3F and 25. RGB value is (64,63,37). Sum of RGB (Red+Green+Blue) = 64+63+37=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 63 (25% from 255 or 38.41% from 164); Blue value is 37 (14.84% from 255 or 22.56% from 164); Max value from RGB is 64 - color contains mainly: red. Hex color #403F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403F25 is #BFC0DA. Grayscale: #3C3C3C. Windows color (decimal): -12566747 or 2441024. OLE color: 2441024.
HSL color Cylindrical-coordinate representation of color #403F25: hue angle of 57.78º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #403F25 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 63 | 37 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.75 |
| HSL | 57.78º | 0.27% | 0.2% | - |
| HSV(B) | 57.78º | 0.42% | 0.25% | - |
| XYZ | 4.23 | 4.78 | 2.45 | - |
| YUV | 60.34 | 114.83 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 37 | 0 | 0.02 | 0.42 | 0.75 | 57.78 | 0.27 | 0.2 |
| Hex | 40 | 3F | 25 | 0 | 2 | 2A | 4B | 3A | 1B | 14 |
| Octal | 100 | 77 | 45 | 0 | 2 | 52 | 113 | 72 | 33 | 24 |
| Binary | 1000000 | 111111 | 100101 | 0 | 10 | 101010 | 1001011 | 111010 | 11011 | 10100 |
Color Harmonies of #403F25
Complementary color
Monochromatic Colors of #403F25
Black with #403F25
Text Example
Text Example
White with #403F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403F25; }
p { color: rgb(64,63,37); }
H1.HeaderClassName
{
color: #403F25;
}
.AnyTagClassName
{
color: #403F25;
}
</style>
background-color css
<style>
a { background-color: #403F25; }
a { background-color: rgb(64,63,37); }
div.DivClassName
{
background-color: #403F25;
}
.BgClassName
{
background-color: #403F25;
}
</style>
border-color css
<style>
span { border-color: #403F25; }
span { border-color: rgb(64,63,37); }
td.TdClassName
{
border-color: #403F25;
}
.TagClassName
{
border-color: #403F25;
}
</style>