Shades of El Paso #43431A
Tints of El Paso #43431A
RGB
CMYK
RGB Variations
Color information
#43431A (or 0x43431A) is known color: El Paso. HEX triplet: 43, 43 and 1A. RGB value is (67,67,26). Sum of RGB (Red+Green+Blue) = 67+67+26=160 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.88% from 160); Green value is 67 (26.56% from 255 or 41.88% from 160); Blue value is 26 (10.55% from 255 or 16.25% from 160); Max value from RGB is 67 - color contains mainly: red, green. Hex color #43431A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43431A is #BCBCE5. Grayscale: #3E3E3E. Windows color (decimal): -12369126 or 1721155. OLE color: 1721155.
HSL color Cylindrical-coordinate representation of color #43431A: hue angle of 60º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #43431A is Cyan = 0, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 67 | 26 | - |
| CMYK | 0 | 0 | 0.61 | 0.74 |
| HSL | 60º | 0.44% | 0.18% | - |
| HSV(B) | 60º | 0.61% | 0.26% | - |
| XYZ | 4.51 | 5.28 | 1.76 | - |
| YUV | 62.33 | 107.5 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 67 | 26 | 0 | 0 | 0.61 | 0.74 | 60 | 0.44 | 0.18 |
| Hex | 43 | 43 | 1A | 0 | 0 | 3D | 4A | 3C | 2C | 12 |
| Octal | 103 | 103 | 32 | 0 | 0 | 75 | 112 | 74 | 54 | 22 |
| Binary | 1000011 | 1000011 | 11010 | 0 | 0 | 111101 | 1001010 | 111100 | 101100 | 10010 |
Color Harmonies of #43431A
Complementary color
Monochromatic Colors of #43431A
Black with #43431A
Text Example
Text Example
White with #43431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43431A; }
p { color: rgb(67,67,26); }
H1.HeaderClassName
{
color: #43431A;
}
.AnyTagClassName
{
color: #43431A;
}
</style>
background-color css
<style>
a { background-color: #43431A; }
a { background-color: rgb(67,67,26); }
div.DivClassName
{
background-color: #43431A;
}
.BgClassName
{
background-color: #43431A;
}
</style>
border-color css
<style>
span { border-color: #43431A; }
span { border-color: rgb(67,67,26); }
td.TdClassName
{
border-color: #43431A;
}
.TagClassName
{
border-color: #43431A;
}
</style>