Shades of El Paso #444425
Tints of El Paso #444425
RGB
CMYK
RGB Variations
Color information
#444425 (or 0x444425) is known color: El Paso. HEX triplet: 44, 44 and 25. RGB value is (68,68,37). Sum of RGB (Red+Green+Blue) = 68+68+37=173 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.31% from 173); Green value is 68 (26.95% from 255 or 39.31% from 173); Blue value is 37 (14.84% from 255 or 21.39% from 173); Max value from RGB is 68 - color contains mainly: red, green. Hex color #444425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444425 is #BBBBDA. Grayscale: #404040. Windows color (decimal): -12303323 or 2442308. OLE color: 2442308.
HSL color Cylindrical-coordinate representation of color #444425: hue angle of 60º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #444425 is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 68 | 37 | - |
| CMYK | 0 | 0 | 0.46 | 0.73 |
| HSL | 60º | 0.3% | 0.21% | - |
| HSV(B) | 60º | 0.46% | 0.27% | - |
| XYZ | 4.78 | 5.5 | 2.56 | - |
| YUV | 64.47 | 112.5 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 68 | 37 | 0 | 0 | 0.46 | 0.73 | 60 | 0.3 | 0.21 |
| Hex | 44 | 44 | 25 | 0 | 0 | 2E | 49 | 3C | 1E | 15 |
| Octal | 104 | 104 | 45 | 0 | 0 | 56 | 111 | 74 | 36 | 25 |
| Binary | 1000100 | 1000100 | 100101 | 0 | 0 | 101110 | 1001001 | 111100 | 11110 | 10101 |
Color Harmonies of #444425
Complementary color
Monochromatic Colors of #444425
Black with #444425
Text Example
Text Example
White with #444425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444425; }
p { color: rgb(68,68,37); }
H1.HeaderClassName
{
color: #444425;
}
.AnyTagClassName
{
color: #444425;
}
</style>
background-color css
<style>
a { background-color: #444425; }
a { background-color: rgb(68,68,37); }
div.DivClassName
{
background-color: #444425;
}
.BgClassName
{
background-color: #444425;
}
</style>
border-color css
<style>
span { border-color: #444425; }
span { border-color: rgb(68,68,37); }
td.TdClassName
{
border-color: #444425;
}
.TagClassName
{
border-color: #444425;
}
</style>