Shades of El Paso #42432D
Tints of El Paso #42432D
RGB
CMYK
RGB Variations
Color information
#42432D (or 0x42432D) is known color: El Paso. HEX triplet: 42, 43 and 2D. RGB value is (66,67,45). Sum of RGB (Red+Green+Blue) = 66+67+45=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 67 (26.56% from 255 or 37.64% from 178); Blue value is 45 (17.97% from 255 or 25.28% from 178); Max value from RGB is 67 - color contains mainly: green. Hex color #42432D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42432D is #BDBCD2. Grayscale: #404040. Windows color (decimal): -12434643 or 2966338. OLE color: 2966338.
HSL color Cylindrical-coordinate representation of color #42432D: hue angle of 62.73º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #42432D is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 67 | 45 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.74 |
| HSL | 62.73º | 0.2% | 0.22% | - |
| HSV(B) | 62.73º | 0.33% | 0.26% | - |
| XYZ | 4.73 | 5.36 | 3.27 | - |
| YUV | 64.19 | 117.17 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 67 | 45 | 0.01 | 0 | 0.33 | 0.74 | 62.73 | 0.2 | 0.22 |
| Hex | 42 | 43 | 2D | 1 | 0 | 21 | 4A | 3F | 14 | 16 |
| Octal | 102 | 103 | 55 | 1 | 0 | 41 | 112 | 77 | 24 | 26 |
| Binary | 1000010 | 1000011 | 101101 | 1 | 0 | 100001 | 1001010 | 111111 | 10100 | 10110 |
Color Harmonies of #42432D
Complementary color
Monochromatic Colors of #42432D
Black with #42432D
Text Example
Text Example
White with #42432D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42432D; }
p { color: rgb(66,67,45); }
H1.HeaderClassName
{
color: #42432D;
}
.AnyTagClassName
{
color: #42432D;
}
</style>
background-color css
<style>
a { background-color: #42432D; }
a { background-color: rgb(66,67,45); }
div.DivClassName
{
background-color: #42432D;
}
.BgClassName
{
background-color: #42432D;
}
</style>
border-color css
<style>
span { border-color: #42432D; }
span { border-color: rgb(66,67,45); }
td.TdClassName
{
border-color: #42432D;
}
.TagClassName
{
border-color: #42432D;
}
</style>