Shades of El Paso #42431C
Tints of El Paso #42431C
RGB
CMYK
RGB Variations
Color information
#42431C (or 0x42431C) is known color: El Paso. HEX triplet: 42, 43 and 1C. RGB value is (66,67,28). Sum of RGB (Red+Green+Blue) = 66+67+28=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 67 (26.56% from 255 or 41.61% from 161); Blue value is 28 (11.33% from 255 or 17.39% from 161); Max value from RGB is 67 - color contains mainly: green. Hex color #42431C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42431C is #BDBCE3. Grayscale: #3E3E3E. Windows color (decimal): -12434660 or 1852226. OLE color: 1852226.
HSL color Cylindrical-coordinate representation of color #42431C: hue angle of 61.54º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42431C is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 67 | 28 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.74 |
| HSL | 61.54º | 0.41% | 0.19% | - |
| HSV(B) | 61.54º | 0.58% | 0.26% | - |
| XYZ | 4.46 | 5.26 | 1.88 | - |
| YUV | 62.26 | 108.67 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 67 | 28 | 0.01 | 0 | 0.58 | 0.74 | 61.54 | 0.41 | 0.19 |
| Hex | 42 | 43 | 1C | 1 | 0 | 3A | 4A | 3E | 29 | 13 |
| Octal | 102 | 103 | 34 | 1 | 0 | 72 | 112 | 76 | 51 | 23 |
| Binary | 1000010 | 1000011 | 11100 | 1 | 0 | 111010 | 1001010 | 111110 | 101001 | 10011 |
Color Harmonies of #42431C
Complementary color
Monochromatic Colors of #42431C
Black with #42431C
Text Example
Text Example
White with #42431C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42431C; }
p { color: rgb(66,67,28); }
H1.HeaderClassName
{
color: #42431C;
}
.AnyTagClassName
{
color: #42431C;
}
</style>
background-color css
<style>
a { background-color: #42431C; }
a { background-color: rgb(66,67,28); }
div.DivClassName
{
background-color: #42431C;
}
.BgClassName
{
background-color: #42431C;
}
</style>
border-color css
<style>
span { border-color: #42431C; }
span { border-color: rgb(66,67,28); }
td.TdClassName
{
border-color: #42431C;
}
.TagClassName
{
border-color: #42431C;
}
</style>