Shades of El Paso #3A3919
Tints of El Paso #3A3919
RGB
CMYK
RGB Variations
Color information
#3A3919 (or 0x3A3919) is known color: El Paso. HEX triplet: 3A, 39 and 19. RGB value is (58,57,25). Sum of RGB (Red+Green+Blue) = 58+57+25=140 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.43% from 140); Green value is 57 (22.66% from 255 or 40.71% from 140); Blue value is 25 (10.16% from 255 or 17.86% from 140); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3919 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3919 is #C5C6E6. Grayscale: #353535. Windows color (decimal): -12961511 or 1653050. OLE color: 1653050.
HSL color Cylindrical-coordinate representation of color #3A3919: hue angle of 58.18º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A3919 is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 57 | 25 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.77 |
| HSL | 58.18º | 0.4% | 0.16% | - |
| HSV(B) | 58.18º | 0.57% | 0.23% | - |
| XYZ | 3.38 | 3.9 | 1.49 | - |
| YUV | 53.65 | 111.83 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 57 | 25 | 0 | 0.02 | 0.57 | 0.77 | 58.18 | 0.4 | 0.16 |
| Hex | 3A | 39 | 19 | 0 | 2 | 39 | 4D | 3A | 28 | 10 |
| Octal | 72 | 71 | 31 | 0 | 2 | 71 | 115 | 72 | 50 | 20 |
| Binary | 111010 | 111001 | 11001 | 0 | 10 | 111001 | 1001101 | 111010 | 101000 | 10000 |
Color Harmonies of #3A3919
Complementary color
Monochromatic Colors of #3A3919
Black with #3A3919
Text Example
Text Example
White with #3A3919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3919; }
p { color: rgb(58,57,25); }
H1.HeaderClassName
{
color: #3A3919;
}
.AnyTagClassName
{
color: #3A3919;
}
</style>
background-color css
<style>
a { background-color: #3A3919; }
a { background-color: rgb(58,57,25); }
div.DivClassName
{
background-color: #3A3919;
}
.BgClassName
{
background-color: #3A3919;
}
</style>
border-color css
<style>
span { border-color: #3A3919; }
span { border-color: rgb(58,57,25); }
td.TdClassName
{
border-color: #3A3919;
}
.TagClassName
{
border-color: #3A3919;
}
</style>