Shades of El Paso #42411E
Tints of El Paso #42411E
RGB
CMYK
RGB Variations
Color information
#42411E (or 0x42411E) is known color: El Paso. HEX triplet: 42, 41 and 1E. RGB value is (66,65,30). Sum of RGB (Red+Green+Blue) = 66+65+30=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 30 (12.11% from 255 or 18.63% from 161); Max value from RGB is 66 - color contains mainly: red. Hex color #42411E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42411E is #BDBEE1. Grayscale: #3D3D3D. Windows color (decimal): -12435170 or 1982786. OLE color: 1982786.
HSL color Cylindrical-coordinate representation of color #42411E: hue angle of 58.33º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42411E is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 65 | 30 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.74 |
| HSL | 58.33º | 0.38% | 0.19% | - |
| HSV(B) | 58.33º | 0.55% | 0.26% | - |
| XYZ | 4.37 | 5.03 | 1.97 | - |
| YUV | 61.31 | 110.33 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 65 | 30 | 0 | 0.02 | 0.55 | 0.74 | 58.33 | 0.38 | 0.19 |
| Hex | 42 | 41 | 1E | 0 | 2 | 37 | 4A | 3A | 26 | 13 |
| Octal | 102 | 101 | 36 | 0 | 2 | 67 | 112 | 72 | 46 | 23 |
| Binary | 1000010 | 1000001 | 11110 | 0 | 10 | 110111 | 1001010 | 111010 | 100110 | 10011 |
Color Harmonies of #42411E
Complementary color
Monochromatic Colors of #42411E
Black with #42411E
Text Example
Text Example
White with #42411E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42411E; }
p { color: rgb(66,65,30); }
H1.HeaderClassName
{
color: #42411E;
}
.AnyTagClassName
{
color: #42411E;
}
</style>
background-color css
<style>
a { background-color: #42411E; }
a { background-color: rgb(66,65,30); }
div.DivClassName
{
background-color: #42411E;
}
.BgClassName
{
background-color: #42411E;
}
</style>
border-color css
<style>
span { border-color: #42411E; }
span { border-color: rgb(66,65,30); }
td.TdClassName
{
border-color: #42411E;
}
.TagClassName
{
border-color: #42411E;
}
</style>