Shades of El Paso #3A3A25
Tints of El Paso #3A3A25
RGB
CMYK
RGB Variations
Color information
#3A3A25 (or 0x3A3A25) is known color: El Paso. HEX triplet: 3A, 3A and 25. RGB value is (58,58,37). Sum of RGB (Red+Green+Blue) = 58+58+37=153 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.91% from 153); Green value is 58 (23.05% from 255 or 37.91% from 153); Blue value is 37 (14.84% from 255 or 24.18% from 153); Max value from RGB is 58 - color contains mainly: red, green. Hex color #3A3A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3A25 is #C5C5DA. Grayscale: #373737. Windows color (decimal): -12961243 or 2439738. OLE color: 2439738.
HSL color Cylindrical-coordinate representation of color #3A3A25: hue angle of 60º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3A3A25 is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 58 | 37 | - |
| CMYK | 0 | 0 | 0.36 | 0.77 |
| HSL | 60º | 0.22% | 0.19% | - |
| HSV(B) | 60º | 0.36% | 0.23% | - |
| XYZ | 3.59 | 4.06 | 2.34 | - |
| YUV | 55.61 | 117.5 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 58 | 37 | 0 | 0 | 0.36 | 0.77 | 60 | 0.22 | 0.19 |
| Hex | 3A | 3A | 25 | 0 | 0 | 24 | 4D | 3C | 16 | 13 |
| Octal | 72 | 72 | 45 | 0 | 0 | 44 | 115 | 74 | 26 | 23 |
| Binary | 111010 | 111010 | 100101 | 0 | 0 | 100100 | 1001101 | 111100 | 10110 | 10011 |
Color Harmonies of #3A3A25
Complementary color
Monochromatic Colors of #3A3A25
Black with #3A3A25
Text Example
Text Example
White with #3A3A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3A25; }
p { color: rgb(58,58,37); }
H1.HeaderClassName
{
color: #3A3A25;
}
.AnyTagClassName
{
color: #3A3A25;
}
</style>
background-color css
<style>
a { background-color: #3A3A25; }
a { background-color: rgb(58,58,37); }
div.DivClassName
{
background-color: #3A3A25;
}
.BgClassName
{
background-color: #3A3A25;
}
</style>
border-color css
<style>
span { border-color: #3A3A25; }
span { border-color: rgb(58,58,37); }
td.TdClassName
{
border-color: #3A3A25;
}
.TagClassName
{
border-color: #3A3A25;
}
</style>