Shades of El Paso #424323
Tints of El Paso #424323
RGB
CMYK
RGB Variations
Color information
#424323 (or 0x424323) is known color: El Paso. HEX triplet: 42, 43 and 23. RGB value is (66,67,35). Sum of RGB (Red+Green+Blue) = 66+67+35=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 67 (26.56% from 255 or 39.88% from 168); Blue value is 35 (14.06% from 255 or 20.83% from 168); Max value from RGB is 67 - color contains mainly: green. Hex color #424323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424323 is #BDBCDC. Grayscale: #3F3F3F. Windows color (decimal): -12434653 or 2310978. OLE color: 2310978.
HSL color Cylindrical-coordinate representation of color #424323: hue angle of 61.88º 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 #424323 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 67 | 35 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.74 |
| HSL | 61.88º | 0.31% | 0.2% | - |
| HSV(B) | 61.88º | 0.48% | 0.26% | - |
| XYZ | 4.56 | 5.29 | 2.37 | - |
| YUV | 63.05 | 112.17 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 67 | 35 | 0.01 | 0 | 0.48 | 0.74 | 61.88 | 0.31 | 0.2 |
| Hex | 42 | 43 | 23 | 1 | 0 | 30 | 4A | 3E | 1F | 14 |
| Octal | 102 | 103 | 43 | 1 | 0 | 60 | 112 | 76 | 37 | 24 |
| Binary | 1000010 | 1000011 | 100011 | 1 | 0 | 110000 | 1001010 | 111110 | 11111 | 10100 |
Color Harmonies of #424323
Complementary color
Monochromatic Colors of #424323
Black with #424323
Text Example
Text Example
White with #424323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424323; }
p { color: rgb(66,67,35); }
H1.HeaderClassName
{
color: #424323;
}
.AnyTagClassName
{
color: #424323;
}
</style>
background-color css
<style>
a { background-color: #424323; }
a { background-color: rgb(66,67,35); }
div.DivClassName
{
background-color: #424323;
}
.BgClassName
{
background-color: #424323;
}
</style>
border-color css
<style>
span { border-color: #424323; }
span { border-color: rgb(66,67,35); }
td.TdClassName
{
border-color: #424323;
}
.TagClassName
{
border-color: #424323;
}
</style>