Shades of El Paso #40402B
Tints of El Paso #40402B
RGB
CMYK
RGB Variations
Color information
#40402B (or 0x40402B) is known color: El Paso. HEX triplet: 40, 40 and 2B. RGB value is (64,64,43). Sum of RGB (Red+Green+Blue) = 64+64+43=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 64 - color contains mainly: red, green. Hex color #40402B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40402B is #BFBFD4. Grayscale: #3D3D3D. Windows color (decimal): -12566485 or 2834496. OLE color: 2834496.
HSL color Cylindrical-coordinate representation of color #40402B: hue angle of 60º 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 #40402B is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 64 | 43 | - |
| CMYK | 0 | 0 | 0.33 | 0.75 |
| HSL | 60º | 0.2% | 0.21% | - |
| HSV(B) | 60º | 0.33% | 0.25% | - |
| XYZ | 4.38 | 4.93 | 3.01 | - |
| YUV | 61.61 | 117.5 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 64 | 43 | 0 | 0 | 0.33 | 0.75 | 60 | 0.2 | 0.21 |
| Hex | 40 | 40 | 2B | 0 | 0 | 21 | 4B | 3C | 14 | 15 |
| Octal | 100 | 100 | 53 | 0 | 0 | 41 | 113 | 74 | 24 | 25 |
| Binary | 1000000 | 1000000 | 101011 | 0 | 0 | 100001 | 1001011 | 111100 | 10100 | 10101 |
Color Harmonies of #40402B
Complementary color
Monochromatic Colors of #40402B
Black with #40402B
Text Example
Text Example
White with #40402B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40402B; }
p { color: rgb(64,64,43); }
H1.HeaderClassName
{
color: #40402B;
}
.AnyTagClassName
{
color: #40402B;
}
</style>
background-color css
<style>
a { background-color: #40402B; }
a { background-color: rgb(64,64,43); }
div.DivClassName
{
background-color: #40402B;
}
.BgClassName
{
background-color: #40402B;
}
</style>
border-color css
<style>
span { border-color: #40402B; }
span { border-color: rgb(64,64,43); }
td.TdClassName
{
border-color: #40402B;
}
.TagClassName
{
border-color: #40402B;
}
</style>