Shades of El Paso #414225
Tints of El Paso #414225
RGB
CMYK
RGB Variations
Color information
#414225 (or 0x414225) is known color: El Paso. HEX triplet: 41, 42 and 25. RGB value is (65,66,37). Sum of RGB (Red+Green+Blue) = 65+66+37=168 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.69% from 168); Green value is 66 (26.17% from 255 or 39.29% from 168); Blue value is 37 (14.84% from 255 or 22.02% from 168); Max value from RGB is 66 - color contains mainly: green. Hex color #414225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414225 is #BEBDDA. Grayscale: #3E3E3E. Windows color (decimal): -12500443 or 2441793. OLE color: 2441793.
HSL color Cylindrical-coordinate representation of color #414225: hue angle of 62.07º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #414225 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 65 | 66 | 37 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.74 |
| HSL | 62.07º | 0.28% | 0.2% | - |
| HSV(B) | 62.07º | 0.44% | 0.26% | - |
| XYZ | 4.46 | 5.15 | 2.51 | - |
| YUV | 62.4 | 113.67 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 66 | 37 | 0.02 | 0 | 0.44 | 0.74 | 62.07 | 0.28 | 0.2 |
| Hex | 41 | 42 | 25 | 2 | 0 | 2C | 4A | 3E | 1C | 14 |
| Octal | 101 | 102 | 45 | 2 | 0 | 54 | 112 | 76 | 34 | 24 |
| Binary | 1000001 | 1000010 | 100101 | 10 | 0 | 101100 | 1001010 | 111110 | 11100 | 10100 |
Color Harmonies of #414225
Complementary color
Monochromatic Colors of #414225
Black with #414225
Text Example
Text Example
White with #414225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414225; }
p { color: rgb(65,66,37); }
H1.HeaderClassName
{
color: #414225;
}
.AnyTagClassName
{
color: #414225;
}
</style>
background-color css
<style>
a { background-color: #414225; }
a { background-color: rgb(65,66,37); }
div.DivClassName
{
background-color: #414225;
}
.BgClassName
{
background-color: #414225;
}
</style>
border-color css
<style>
span { border-color: #414225; }
span { border-color: rgb(65,66,37); }
td.TdClassName
{
border-color: #414225;
}
.TagClassName
{
border-color: #414225;
}
</style>