Shades of El Paso #3C3C27
Tints of El Paso #3C3C27
RGB
CMYK
RGB Variations
Color information
#3C3C27 (or 0x3C3C27) is known color: El Paso. HEX triplet: 3C, 3C and 27. RGB value is (60,60,39). Sum of RGB (Red+Green+Blue) = 60+60+39=159 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.74% from 159); Green value is 60 (23.83% from 255 or 37.74% from 159); Blue value is 39 (15.62% from 255 or 24.53% from 159); Max value from RGB is 60 - color contains mainly: red, green. Hex color #3C3C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3C27 is #C3C3D8. Grayscale: #393939. Windows color (decimal): -12829657 or 2571324. OLE color: 2571324.
HSL color Cylindrical-coordinate representation of color #3C3C27: hue angle of 60º degrees, saturation: 0.21, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3C3C27 is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 60 | 39 | - |
| CMYK | 0 | 0 | 0.35 | 0.76 |
| HSL | 60º | 0.21% | 0.19% | - |
| HSV(B) | 60º | 0.35% | 0.24% | - |
| XYZ | 3.85 | 4.34 | 2.55 | - |
| YUV | 57.61 | 117.5 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 60 | 39 | 0 | 0 | 0.35 | 0.76 | 60 | 0.21 | 0.19 |
| Hex | 3C | 3C | 27 | 0 | 0 | 23 | 4C | 3C | 15 | 13 |
| Octal | 74 | 74 | 47 | 0 | 0 | 43 | 114 | 74 | 25 | 23 |
| Binary | 111100 | 111100 | 100111 | 0 | 0 | 100011 | 1001100 | 111100 | 10101 | 10011 |
Color Harmonies of #3C3C27
Complementary color
Monochromatic Colors of #3C3C27
Black with #3C3C27
Text Example
Text Example
White with #3C3C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3C27; }
p { color: rgb(60,60,39); }
H1.HeaderClassName
{
color: #3C3C27;
}
.AnyTagClassName
{
color: #3C3C27;
}
</style>
background-color css
<style>
a { background-color: #3C3C27; }
a { background-color: rgb(60,60,39); }
div.DivClassName
{
background-color: #3C3C27;
}
.BgClassName
{
background-color: #3C3C27;
}
</style>
border-color css
<style>
span { border-color: #3C3C27; }
span { border-color: rgb(60,60,39); }
td.TdClassName
{
border-color: #3C3C27;
}
.TagClassName
{
border-color: #3C3C27;
}
</style>