Shades of El Paso #3D3C20
Tints of El Paso #3D3C20
RGB
CMYK
RGB Variations
Color information
#3D3C20 (or 0x3D3C20) is known color: El Paso. HEX triplet: 3D, 3C and 20. RGB value is (61,60,32). Sum of RGB (Red+Green+Blue) = 61+60+32=153 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.87% from 153); Green value is 60 (23.83% from 255 or 39.22% from 153); Blue value is 32 (12.89% from 255 or 20.92% from 153); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3C20 is #C2C3DF. Grayscale: #393939. Windows color (decimal): -12764128 or 2112573. OLE color: 2112573.
HSL color Cylindrical-coordinate representation of color #3D3C20: hue angle of 57.93º 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 #3D3C20 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 60 | 32 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.76 |
| HSL | 57.93º | 0.31% | 0.18% | - |
| HSV(B) | 57.93º | 0.48% | 0.24% | - |
| XYZ | 3.8 | 4.33 | 2 | - |
| YUV | 57.11 | 113.83 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 60 | 32 | 0 | 0.02 | 0.48 | 0.76 | 57.93 | 0.31 | 0.18 |
| Hex | 3D | 3C | 20 | 0 | 2 | 30 | 4C | 3A | 1F | 12 |
| Octal | 75 | 74 | 40 | 0 | 2 | 60 | 114 | 72 | 37 | 22 |
| Binary | 111101 | 111100 | 100000 | 0 | 10 | 110000 | 1001100 | 111010 | 11111 | 10010 |
Color Harmonies of #3D3C20
Complementary color
Monochromatic Colors of #3D3C20
Black with #3D3C20
Text Example
Text Example
White with #3D3C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3C20; }
p { color: rgb(61,60,32); }
H1.HeaderClassName
{
color: #3D3C20;
}
.AnyTagClassName
{
color: #3D3C20;
}
</style>
background-color css
<style>
a { background-color: #3D3C20; }
a { background-color: rgb(61,60,32); }
div.DivClassName
{
background-color: #3D3C20;
}
.BgClassName
{
background-color: #3D3C20;
}
</style>
border-color css
<style>
span { border-color: #3D3C20; }
span { border-color: rgb(61,60,32); }
td.TdClassName
{
border-color: #3D3C20;
}
.TagClassName
{
border-color: #3D3C20;
}
</style>