Shades of El Paso #3A3820
Tints of El Paso #3A3820
RGB
CMYK
RGB Variations
Color information
#3A3820 (or 0x3A3820) is known color: El Paso. HEX triplet: 3A, 38 and 20. RGB value is (58,56,32). Sum of RGB (Red+Green+Blue) = 58+56+32=146 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.73% from 146); Green value is 56 (22.27% from 255 or 38.36% from 146); Blue value is 32 (12.89% from 255 or 21.92% from 146); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3820 is #C5C7DF. Grayscale: #353535. Windows color (decimal): -12961760 or 2111546. OLE color: 2111546.
HSL color Cylindrical-coordinate representation of color #3A3820: hue angle of 55.38º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A3820 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 56 | 32 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.77 |
| HSL | 55.38º | 0.29% | 0.18% | - |
| HSV(B) | 55.38º | 0.45% | 0.23% | - |
| XYZ | 3.42 | 3.83 | 1.93 | - |
| YUV | 53.86 | 115.66 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 56 | 32 | 0 | 0.03 | 0.45 | 0.77 | 55.38 | 0.29 | 0.18 |
| Hex | 3A | 38 | 20 | 0 | 3 | 2D | 4D | 37 | 1D | 12 |
| Octal | 72 | 70 | 40 | 0 | 3 | 55 | 115 | 67 | 35 | 22 |
| Binary | 111010 | 111000 | 100000 | 0 | 11 | 101101 | 1001101 | 110111 | 11101 | 10010 |
Color Harmonies of #3A3820
Complementary color
Monochromatic Colors of #3A3820
Black with #3A3820
Text Example
Text Example
White with #3A3820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3820; }
p { color: rgb(58,56,32); }
H1.HeaderClassName
{
color: #3A3820;
}
.AnyTagClassName
{
color: #3A3820;
}
</style>
background-color css
<style>
a { background-color: #3A3820; }
a { background-color: rgb(58,56,32); }
div.DivClassName
{
background-color: #3A3820;
}
.BgClassName
{
background-color: #3A3820;
}
</style>
border-color css
<style>
span { border-color: #3A3820; }
span { border-color: rgb(58,56,32); }
td.TdClassName
{
border-color: #3A3820;
}
.TagClassName
{
border-color: #3A3820;
}
</style>