Shades of El Paso #3C3B15
Tints of El Paso #3C3B15
RGB
CMYK
RGB Variations
Color information
#3C3B15 (or 0x3C3B15) is known color: El Paso. HEX triplet: 3C, 3B and 15. RGB value is (60,59,21). Sum of RGB (Red+Green+Blue) = 60+59+21=140 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.86% from 140); Green value is 59 (23.44% from 255 or 42.14% from 140); Blue value is 21 (8.59% from 255 or 15% from 140); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3B15 is #C3C4EA. Grayscale: #373737. Windows color (decimal): -12829931 or 1391420. OLE color: 1391420.
HSL color Cylindrical-coordinate representation of color #3C3B15: hue angle of 58.46º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C3B15 is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 59 | 21 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.76 |
| HSL | 58.46º | 0.48% | 0.16% | - |
| HSV(B) | 58.46º | 0.65% | 0.24% | - |
| XYZ | 3.56 | 4.14 | 1.32 | - |
| YUV | 54.97 | 108.83 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 59 | 21 | 0 | 0.02 | 0.65 | 0.76 | 58.46 | 0.48 | 0.16 |
| Hex | 3C | 3B | 15 | 0 | 2 | 41 | 4C | 3A | 30 | 10 |
| Octal | 74 | 73 | 25 | 0 | 2 | 101 | 114 | 72 | 60 | 20 |
| Binary | 111100 | 111011 | 10101 | 0 | 10 | 1000001 | 1001100 | 111010 | 110000 | 10000 |
Color Harmonies of #3C3B15
Complementary color
Monochromatic Colors of #3C3B15
Black with #3C3B15
Text Example
Text Example
White with #3C3B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3B15; }
p { color: rgb(60,59,21); }
H1.HeaderClassName
{
color: #3C3B15;
}
.AnyTagClassName
{
color: #3C3B15;
}
</style>
background-color css
<style>
a { background-color: #3C3B15; }
a { background-color: rgb(60,59,21); }
div.DivClassName
{
background-color: #3C3B15;
}
.BgClassName
{
background-color: #3C3B15;
}
</style>
border-color css
<style>
span { border-color: #3C3B15; }
span { border-color: rgb(60,59,21); }
td.TdClassName
{
border-color: #3C3B15;
}
.TagClassName
{
border-color: #3C3B15;
}
</style>