Shades of El Paso #3C3E1E
Tints of El Paso #3C3E1E
RGB
CMYK
RGB Variations
Color information
#3C3E1E (or 0x3C3E1E) is known color: El Paso. HEX triplet: 3C, 3E and 1E. RGB value is (60,62,30). Sum of RGB (Red+Green+Blue) = 60+62+30=152 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.47% from 152); Green value is 62 (24.61% from 255 or 40.79% from 152); Blue value is 30 (12.11% from 255 or 19.74% from 152); Max value from RGB is 62 - color contains mainly: green. Hex color #3C3E1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3E1E is #C3C1E1. Grayscale: #393939. Windows color (decimal): -12829154 or 1982012. OLE color: 1982012.
HSL color Cylindrical-coordinate representation of color #3C3E1E: hue angle of 63.75º degrees, saturation: 0.35, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3C3E1E is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 62 | 30 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.76 |
| HSL | 63.75º | 0.35% | 0.18% | - |
| HSV(B) | 63.75º | 0.52% | 0.24% | - |
| XYZ | 3.82 | 4.5 | 1.9 | - |
| YUV | 57.75 | 112.34 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 62 | 30 | 0.03 | 0 | 0.52 | 0.76 | 63.75 | 0.35 | 0.18 |
| Hex | 3C | 3E | 1E | 3 | 0 | 34 | 4C | 40 | 23 | 12 |
| Octal | 74 | 76 | 36 | 3 | 0 | 64 | 114 | 100 | 43 | 22 |
| Binary | 111100 | 111110 | 11110 | 11 | 0 | 110100 | 1001100 | 1000000 | 100011 | 10010 |
Color Harmonies of #3C3E1E
Complementary color
Monochromatic Colors of #3C3E1E
Black with #3C3E1E
Text Example
Text Example
White with #3C3E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3E1E; }
p { color: rgb(60,62,30); }
H1.HeaderClassName
{
color: #3C3E1E;
}
.AnyTagClassName
{
color: #3C3E1E;
}
</style>
background-color css
<style>
a { background-color: #3C3E1E; }
a { background-color: rgb(60,62,30); }
div.DivClassName
{
background-color: #3C3E1E;
}
.BgClassName
{
background-color: #3C3E1E;
}
</style>
border-color css
<style>
span { border-color: #3C3E1E; }
span { border-color: rgb(60,62,30); }
td.TdClassName
{
border-color: #3C3E1E;
}
.TagClassName
{
border-color: #3C3E1E;
}
</style>