Shades of El Paso #3A3824
Tints of El Paso #3A3824
RGB
CMYK
RGB Variations
Color information
#3A3824 (or 0x3A3824) is known color: El Paso. HEX triplet: 3A, 38 and 24. RGB value is (58,56,36). Sum of RGB (Red+Green+Blue) = 58+56+36=150 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.67% from 150); Green value is 56 (22.27% from 255 or 37.33% from 150); Blue value is 36 (14.45% from 255 or 24% from 150); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3824 is #C5C7DB. Grayscale: #363636. Windows color (decimal): -12961756 or 2373690. OLE color: 2373690.
HSL color Cylindrical-coordinate representation of color #3A3824: hue angle of 54.55º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3A3824 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 56 | 36 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.77 |
| HSL | 54.55º | 0.23% | 0.18% | - |
| HSV(B) | 54.55º | 0.38% | 0.23% | - |
| XYZ | 3.48 | 3.86 | 2.23 | - |
| YUV | 54.32 | 117.66 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 56 | 36 | 0 | 0.03 | 0.38 | 0.77 | 54.55 | 0.23 | 0.18 |
| Hex | 3A | 38 | 24 | 0 | 3 | 26 | 4D | 37 | 17 | 12 |
| Octal | 72 | 70 | 44 | 0 | 3 | 46 | 115 | 67 | 27 | 22 |
| Binary | 111010 | 111000 | 100100 | 0 | 11 | 100110 | 1001101 | 110111 | 10111 | 10010 |
Color Harmonies of #3A3824
Complementary color
Monochromatic Colors of #3A3824
Black with #3A3824
Text Example
Text Example
White with #3A3824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3824; }
p { color: rgb(58,56,36); }
H1.HeaderClassName
{
color: #3A3824;
}
.AnyTagClassName
{
color: #3A3824;
}
</style>
background-color css
<style>
a { background-color: #3A3824; }
a { background-color: rgb(58,56,36); }
div.DivClassName
{
background-color: #3A3824;
}
.BgClassName
{
background-color: #3A3824;
}
</style>
border-color css
<style>
span { border-color: #3A3824; }
span { border-color: rgb(58,56,36); }
td.TdClassName
{
border-color: #3A3824;
}
.TagClassName
{
border-color: #3A3824;
}
</style>