Shades of El Paso #3A3B20
Tints of El Paso #3A3B20
RGB
CMYK
RGB Variations
Color information
#3A3B20 (or 0x3A3B20) is known color: El Paso. HEX triplet: 3A, 3B and 20. RGB value is (58,59,32). Sum of RGB (Red+Green+Blue) = 58+59+32=149 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.93% from 149); Green value is 59 (23.44% from 255 or 39.60% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 59 - color contains mainly: green. Hex color #3A3B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3B20 is #C5C4DF. Grayscale: #373737. Windows color (decimal): -12960992 or 2112314. OLE color: 2112314.
HSL color Cylindrical-coordinate representation of color #3A3B20: hue angle of 62.22º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3A3B20 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 59 | 32 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.77 |
| HSL | 62.22º | 0.3% | 0.18% | - |
| HSV(B) | 62.22º | 0.46% | 0.23% | - |
| XYZ | 3.57 | 4.13 | 1.98 | - |
| YUV | 55.62 | 114.67 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 59 | 32 | 0.02 | 0 | 0.46 | 0.77 | 62.22 | 0.3 | 0.18 |
| Hex | 3A | 3B | 20 | 2 | 0 | 2E | 4D | 3E | 1E | 12 |
| Octal | 72 | 73 | 40 | 2 | 0 | 56 | 115 | 76 | 36 | 22 |
| Binary | 111010 | 111011 | 100000 | 10 | 0 | 101110 | 1001101 | 111110 | 11110 | 10010 |
Color Harmonies of #3A3B20
Complementary color
Monochromatic Colors of #3A3B20
Black with #3A3B20
Text Example
Text Example
White with #3A3B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3B20; }
p { color: rgb(58,59,32); }
H1.HeaderClassName
{
color: #3A3B20;
}
.AnyTagClassName
{
color: #3A3B20;
}
</style>
background-color css
<style>
a { background-color: #3A3B20; }
a { background-color: rgb(58,59,32); }
div.DivClassName
{
background-color: #3A3B20;
}
.BgClassName
{
background-color: #3A3B20;
}
</style>
border-color css
<style>
span { border-color: #3A3B20; }
span { border-color: rgb(58,59,32); }
td.TdClassName
{
border-color: #3A3B20;
}
.TagClassName
{
border-color: #3A3B20;
}
</style>