Shades of El Paso #3C3D20
Tints of El Paso #3C3D20
RGB
CMYK
RGB Variations
Color information
#3C3D20 (or 0x3C3D20) is known color: El Paso. HEX triplet: 3C, 3D and 20. RGB value is (60,61,32). Sum of RGB (Red+Green+Blue) = 60+61+32=153 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.22% from 153); Green value is 61 (24.22% from 255 or 39.87% from 153); Blue value is 32 (12.89% from 255 or 20.92% from 153); Max value from RGB is 61 - color contains mainly: green. Hex color #3C3D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3D20 is #C3C2DF. Grayscale: #393939. Windows color (decimal): -12829408 or 2112828. OLE color: 2112828.
HSL color Cylindrical-coordinate representation of color #3C3D20: hue angle of 62.07º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C3D20 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 61 | 32 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.76 |
| HSL | 62.07º | 0.31% | 0.18% | - |
| HSV(B) | 62.07º | 0.48% | 0.24% | - |
| XYZ | 3.79 | 4.4 | 2.02 | - |
| YUV | 57.4 | 113.67 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 61 | 32 | 0.02 | 0 | 0.48 | 0.76 | 62.07 | 0.31 | 0.18 |
| Hex | 3C | 3D | 20 | 2 | 0 | 30 | 4C | 3E | 1F | 12 |
| Octal | 74 | 75 | 40 | 2 | 0 | 60 | 114 | 76 | 37 | 22 |
| Binary | 111100 | 111101 | 100000 | 10 | 0 | 110000 | 1001100 | 111110 | 11111 | 10010 |
Color Harmonies of #3C3D20
Complementary color
Monochromatic Colors of #3C3D20
Black with #3C3D20
Text Example
Text Example
White with #3C3D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3D20; }
p { color: rgb(60,61,32); }
H1.HeaderClassName
{
color: #3C3D20;
}
.AnyTagClassName
{
color: #3C3D20;
}
</style>
background-color css
<style>
a { background-color: #3C3D20; }
a { background-color: rgb(60,61,32); }
div.DivClassName
{
background-color: #3C3D20;
}
.BgClassName
{
background-color: #3C3D20;
}
</style>
border-color css
<style>
span { border-color: #3C3D20; }
span { border-color: rgb(60,61,32); }
td.TdClassName
{
border-color: #3C3D20;
}
.TagClassName
{
border-color: #3C3D20;
}
</style>