Shades of El Paso #42431B
Tints of El Paso #42431B
RGB
CMYK
RGB Variations
Color information
#42431B (or 0x42431B) is known color: El Paso. HEX triplet: 42, 43 and 1B. RGB value is (66,67,27). Sum of RGB (Red+Green+Blue) = 66+67+27=160 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.25% from 160); Green value is 67 (26.56% from 255 or 41.88% from 160); Blue value is 27 (10.94% from 255 or 16.88% from 160); Max value from RGB is 67 - color contains mainly: green. Hex color #42431B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42431B is #BDBCE4. Grayscale: #3E3E3E. Windows color (decimal): -12434661 or 1786690. OLE color: 1786690.
HSL color Cylindrical-coordinate representation of color #42431B: hue angle of 61.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42431B is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 67 | 27 | - |
| CMYK | 0.01 | 0 | 0.60 | 0.74 |
| HSL | 61.5º | 0.43% | 0.18% | - |
| HSV(B) | 61.5º | 0.6% | 0.26% | - |
| XYZ | 4.45 | 5.25 | 1.82 | - |
| YUV | 62.14 | 108.17 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 67 | 27 | 0.01 | 0 | 0.60 | 0.74 | 61.5 | 0.43 | 0.18 |
| Hex | 42 | 43 | 1B | 1 | 0 | 3C | 4A | 3E | 2B | 12 |
| Octal | 102 | 103 | 33 | 1 | 0 | 74 | 112 | 76 | 53 | 22 |
| Binary | 1000010 | 1000011 | 11011 | 1 | 0 | 111100 | 1001010 | 111110 | 101011 | 10010 |
Color Harmonies of #42431B
Complementary color
Monochromatic Colors of #42431B
Black with #42431B
Text Example
Text Example
White with #42431B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42431B; }
p { color: rgb(66,67,27); }
H1.HeaderClassName
{
color: #42431B;
}
.AnyTagClassName
{
color: #42431B;
}
</style>
background-color css
<style>
a { background-color: #42431B; }
a { background-color: rgb(66,67,27); }
div.DivClassName
{
background-color: #42431B;
}
.BgClassName
{
background-color: #42431B;
}
</style>
border-color css
<style>
span { border-color: #42431B; }
span { border-color: rgb(66,67,27); }
td.TdClassName
{
border-color: #42431B;
}
.TagClassName
{
border-color: #42431B;
}
</style>