Shades of El Paso #424225
Tints of El Paso #424225
RGB
CMYK
RGB Variations
Color information
#424225 (or 0x424225) is known color: El Paso. HEX triplet: 42, 42 and 25. RGB value is (66,66,37). Sum of RGB (Red+Green+Blue) = 66+66+37=169 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.05% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 37 (14.84% from 255 or 21.89% from 169); Max value from RGB is 66 - color contains mainly: red, green. Hex color #424225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424225 is #BDBDDA. Grayscale: #3E3E3E. Windows color (decimal): -12434907 or 2441794. OLE color: 2441794.
HSL color Cylindrical-coordinate representation of color #424225: hue angle of 60º 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 #424225 is Cyan = 0, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 66 | 37 | - |
| CMYK | 0 | 0 | 0.44 | 0.74 |
| HSL | 60º | 0.28% | 0.2% | - |
| HSV(B) | 60º | 0.44% | 0.26% | - |
| XYZ | 4.53 | 5.19 | 2.51 | - |
| YUV | 62.69 | 113.5 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 66 | 37 | 0 | 0 | 0.44 | 0.74 | 60 | 0.28 | 0.2 |
| Hex | 42 | 42 | 25 | 0 | 0 | 2C | 4A | 3C | 1C | 14 |
| Octal | 102 | 102 | 45 | 0 | 0 | 54 | 112 | 74 | 34 | 24 |
| Binary | 1000010 | 1000010 | 100101 | 0 | 0 | 101100 | 1001010 | 111100 | 11100 | 10100 |
Color Harmonies of #424225
Complementary color
Monochromatic Colors of #424225
Black with #424225
Text Example
Text Example
White with #424225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424225; }
p { color: rgb(66,66,37); }
H1.HeaderClassName
{
color: #424225;
}
.AnyTagClassName
{
color: #424225;
}
</style>
background-color css
<style>
a { background-color: #424225; }
a { background-color: rgb(66,66,37); }
div.DivClassName
{
background-color: #424225;
}
.BgClassName
{
background-color: #424225;
}
</style>
border-color css
<style>
span { border-color: #424225; }
span { border-color: rgb(66,66,37); }
td.TdClassName
{
border-color: #424225;
}
.TagClassName
{
border-color: #424225;
}
</style>