Shades of El Paso #42432A
Tints of El Paso #42432A
RGB
CMYK
RGB Variations
Color information
#42432A (or 0x42432A) is known color: El Paso. HEX triplet: 42, 43 and 2A. RGB value is (66,67,42). Sum of RGB (Red+Green+Blue) = 66+67+42=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 67 - color contains mainly: green. Hex color #42432A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42432A is #BDBCD5. Grayscale: #3F3F3F. Windows color (decimal): -12434646 or 2769730. OLE color: 2769730.
HSL color Cylindrical-coordinate representation of color #42432A: hue angle of 62.4º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #42432A is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 67 | 42 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.74 |
| HSL | 62.4º | 0.23% | 0.21% | - |
| HSV(B) | 62.4º | 0.37% | 0.26% | - |
| XYZ | 4.67 | 5.34 | 2.97 | - |
| YUV | 63.85 | 115.67 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 67 | 42 | 0.01 | 0 | 0.37 | 0.74 | 62.4 | 0.23 | 0.21 |
| Hex | 42 | 43 | 2A | 1 | 0 | 25 | 4A | 3E | 17 | 15 |
| Octal | 102 | 103 | 52 | 1 | 0 | 45 | 112 | 76 | 27 | 25 |
| Binary | 1000010 | 1000011 | 101010 | 1 | 0 | 100101 | 1001010 | 111110 | 10111 | 10101 |
Color Harmonies of #42432A
Complementary color
Monochromatic Colors of #42432A
Black with #42432A
Text Example
Text Example
White with #42432A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42432A; }
p { color: rgb(66,67,42); }
H1.HeaderClassName
{
color: #42432A;
}
.AnyTagClassName
{
color: #42432A;
}
</style>
background-color css
<style>
a { background-color: #42432A; }
a { background-color: rgb(66,67,42); }
div.DivClassName
{
background-color: #42432A;
}
.BgClassName
{
background-color: #42432A;
}
</style>
border-color css
<style>
span { border-color: #42432A; }
span { border-color: rgb(66,67,42); }
td.TdClassName
{
border-color: #42432A;
}
.TagClassName
{
border-color: #42432A;
}
</style>