Shades of El Paso #414323
Tints of El Paso #414323
RGB
CMYK
RGB Variations
Color information
#414323 (or 0x414323) is known color: El Paso. HEX triplet: 41, 43 and 23. RGB value is (65,67,35). Sum of RGB (Red+Green+Blue) = 65+67+35=167 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.92% from 167); Green value is 67 (26.56% from 255 or 40.12% from 167); Blue value is 35 (14.06% from 255 or 20.96% from 167); Max value from RGB is 67 - color contains mainly: green. Hex color #414323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414323 is #BEBCDC. Grayscale: #3E3E3E. Windows color (decimal): -12500189 or 2310977. OLE color: 2310977.
HSL color Cylindrical-coordinate representation of color #414323: hue angle of 63.75º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #414323 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 65 | 67 | 35 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.74 |
| HSL | 63.75º | 0.31% | 0.2% | - |
| HSV(B) | 63.75º | 0.48% | 0.26% | - |
| XYZ | 4.49 | 5.26 | 2.37 | - |
| YUV | 62.75 | 112.34 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 67 | 35 | 0.03 | 0 | 0.48 | 0.74 | 63.75 | 0.31 | 0.2 |
| Hex | 41 | 43 | 23 | 3 | 0 | 30 | 4A | 40 | 1F | 14 |
| Octal | 101 | 103 | 43 | 3 | 0 | 60 | 112 | 100 | 37 | 24 |
| Binary | 1000001 | 1000011 | 100011 | 11 | 0 | 110000 | 1001010 | 1000000 | 11111 | 10100 |
Color Harmonies of #414323
Complementary color
Monochromatic Colors of #414323
Black with #414323
Text Example
Text Example
White with #414323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414323; }
p { color: rgb(65,67,35); }
H1.HeaderClassName
{
color: #414323;
}
.AnyTagClassName
{
color: #414323;
}
</style>
background-color css
<style>
a { background-color: #414323; }
a { background-color: rgb(65,67,35); }
div.DivClassName
{
background-color: #414323;
}
.BgClassName
{
background-color: #414323;
}
</style>
border-color css
<style>
span { border-color: #414323; }
span { border-color: rgb(65,67,35); }
td.TdClassName
{
border-color: #414323;
}
.TagClassName
{
border-color: #414323;
}
</style>