Shades of El Paso #3C3A26
Tints of El Paso #3C3A26
RGB
CMYK
RGB Variations
Color information
#3C3A26 (or 0x3C3A26) is known color: El Paso. HEX triplet: 3C, 3A and 26. RGB value is (60,58,38). Sum of RGB (Red+Green+Blue) = 60+58+38=156 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.46% from 156); Green value is 58 (23.05% from 255 or 37.18% from 156); Blue value is 38 (15.23% from 255 or 24.36% from 156); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3A26 is #C3C5D9. Grayscale: #383838. Windows color (decimal): -12830170 or 2505276. OLE color: 2505276.
HSL color Cylindrical-coordinate representation of color #3C3A26: hue angle of 54.55º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3C3A26 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 58 | 38 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.76 |
| HSL | 54.55º | 0.22% | 0.19% | - |
| HSV(B) | 54.55º | 0.37% | 0.24% | - |
| XYZ | 3.73 | 4.13 | 2.43 | - |
| YUV | 56.32 | 117.66 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 58 | 38 | 0 | 0.03 | 0.37 | 0.76 | 54.55 | 0.22 | 0.19 |
| Hex | 3C | 3A | 26 | 0 | 3 | 25 | 4C | 37 | 16 | 13 |
| Octal | 74 | 72 | 46 | 0 | 3 | 45 | 114 | 67 | 26 | 23 |
| Binary | 111100 | 111010 | 100110 | 0 | 11 | 100101 | 1001100 | 110111 | 10110 | 10011 |
Color Harmonies of #3C3A26
Complementary color
Monochromatic Colors of #3C3A26
Black with #3C3A26
Text Example
Text Example
White with #3C3A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3A26; }
p { color: rgb(60,58,38); }
H1.HeaderClassName
{
color: #3C3A26;
}
.AnyTagClassName
{
color: #3C3A26;
}
</style>
background-color css
<style>
a { background-color: #3C3A26; }
a { background-color: rgb(60,58,38); }
div.DivClassName
{
background-color: #3C3A26;
}
.BgClassName
{
background-color: #3C3A26;
}
</style>
border-color css
<style>
span { border-color: #3C3A26; }
span { border-color: rgb(60,58,38); }
td.TdClassName
{
border-color: #3C3A26;
}
.TagClassName
{
border-color: #3C3A26;
}
</style>