Shades of El Paso #40402A
Tints of El Paso #40402A
RGB
CMYK
RGB Variations
Color information
#40402A (or 0x40402A) is known color: El Paso. HEX triplet: 40, 40 and 2A. RGB value is (64,64,42). Sum of RGB (Red+Green+Blue) = 64+64+42=170 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.65% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 42 (16.80% from 255 or 24.71% from 170); Max value from RGB is 64 - color contains mainly: red, green. Hex color #40402A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40402A is #BFBFD5. Grayscale: #3D3D3D. Windows color (decimal): -12566486 or 2768960. OLE color: 2768960.
HSL color Cylindrical-coordinate representation of color #40402A: hue angle of 60º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #40402A is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 64 | 42 | - |
| CMYK | 0 | 0 | 0.34 | 0.75 |
| HSL | 60º | 0.21% | 0.21% | - |
| HSV(B) | 60º | 0.34% | 0.25% | - |
| XYZ | 4.37 | 4.92 | 2.91 | - |
| YUV | 61.49 | 117 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 64 | 42 | 0 | 0 | 0.34 | 0.75 | 60 | 0.21 | 0.21 |
| Hex | 40 | 40 | 2A | 0 | 0 | 22 | 4B | 3C | 15 | 15 |
| Octal | 100 | 100 | 52 | 0 | 0 | 42 | 113 | 74 | 25 | 25 |
| Binary | 1000000 | 1000000 | 101010 | 0 | 0 | 100010 | 1001011 | 111100 | 10101 | 10101 |
Color Harmonies of #40402A
Complementary color
Monochromatic Colors of #40402A
Black with #40402A
Text Example
Text Example
White with #40402A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40402A; }
p { color: rgb(64,64,42); }
H1.HeaderClassName
{
color: #40402A;
}
.AnyTagClassName
{
color: #40402A;
}
</style>
background-color css
<style>
a { background-color: #40402A; }
a { background-color: rgb(64,64,42); }
div.DivClassName
{
background-color: #40402A;
}
.BgClassName
{
background-color: #40402A;
}
</style>
border-color css
<style>
span { border-color: #40402A; }
span { border-color: rgb(64,64,42); }
td.TdClassName
{
border-color: #40402A;
}
.TagClassName
{
border-color: #40402A;
}
</style>