Shades of El Paso #404023
Tints of El Paso #404023
RGB
CMYK
RGB Variations
Color information
#404023 (or 0x404023) is known color: El Paso. HEX triplet: 40, 40 and 23. RGB value is (64,64,35). Sum of RGB (Red+Green+Blue) = 64+64+35=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 35 (14.06% from 255 or 21.47% from 163); Max value from RGB is 64 - color contains mainly: red, green. Hex color #404023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404023 is #BFBFDC. Grayscale: #3C3C3C. Windows color (decimal): -12566493 or 2310208. OLE color: 2310208.
HSL color Cylindrical-coordinate representation of color #404023: hue angle of 60º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #404023 is Cyan = 0, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 64 | 35 | - |
| CMYK | 0 | 0 | 0.45 | 0.75 |
| HSL | 60º | 0.29% | 0.19% | - |
| HSV(B) | 60º | 0.45% | 0.25% | - |
| XYZ | 4.25 | 4.88 | 2.31 | - |
| YUV | 60.69 | 113.5 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 64 | 35 | 0 | 0 | 0.45 | 0.75 | 60 | 0.29 | 0.19 |
| Hex | 40 | 40 | 23 | 0 | 0 | 2D | 4B | 3C | 1D | 13 |
| Octal | 100 | 100 | 43 | 0 | 0 | 55 | 113 | 74 | 35 | 23 |
| Binary | 1000000 | 1000000 | 100011 | 0 | 0 | 101101 | 1001011 | 111100 | 11101 | 10011 |
Color Harmonies of #404023
Complementary color
Monochromatic Colors of #404023
Black with #404023
Text Example
Text Example
White with #404023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404023; }
p { color: rgb(64,64,35); }
H1.HeaderClassName
{
color: #404023;
}
.AnyTagClassName
{
color: #404023;
}
</style>
background-color css
<style>
a { background-color: #404023; }
a { background-color: rgb(64,64,35); }
div.DivClassName
{
background-color: #404023;
}
.BgClassName
{
background-color: #404023;
}
</style>
border-color css
<style>
span { border-color: #404023; }
span { border-color: rgb(64,64,35); }
td.TdClassName
{
border-color: #404023;
}
.TagClassName
{
border-color: #404023;
}
</style>