Shades of El Paso #3C3A28
Tints of El Paso #3C3A28
RGB
CMYK
RGB Variations
Color information
#3C3A28 (or 0x3C3A28) is known color: El Paso. HEX triplet: 3C, 3A and 28. RGB value is (60,58,40). Sum of RGB (Red+Green+Blue) = 60+58+40=158 (20% of max value = 765). Red value is 60 (23.83% from 255 or 37.97% from 158); Green value is 58 (23.05% from 255 or 36.71% from 158); Blue value is 40 (16.02% from 255 or 25.32% from 158); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3A28 is #C3C5D7. Grayscale: #383838. Windows color (decimal): -12830168 or 2636348. OLE color: 2636348.
HSL color Cylindrical-coordinate representation of color #3C3A28: hue angle of 54º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3C3A28 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 58 | 40 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.76 |
| HSL | 54º | 0.2% | 0.2% | - |
| HSV(B) | 54º | 0.33% | 0.24% | - |
| XYZ | 3.76 | 4.14 | 2.61 | - |
| YUV | 56.55 | 118.66 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 58 | 40 | 0 | 0.03 | 0.33 | 0.76 | 54 | 0.2 | 0.2 |
| Hex | 3C | 3A | 28 | 0 | 3 | 21 | 4C | 36 | 14 | 14 |
| Octal | 74 | 72 | 50 | 0 | 3 | 41 | 114 | 66 | 24 | 24 |
| Binary | 111100 | 111010 | 101000 | 0 | 11 | 100001 | 1001100 | 110110 | 10100 | 10100 |
Color Harmonies of #3C3A28
Complementary color
Monochromatic Colors of #3C3A28
Black with #3C3A28
Text Example
Text Example
White with #3C3A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3A28; }
p { color: rgb(60,58,40); }
H1.HeaderClassName
{
color: #3C3A28;
}
.AnyTagClassName
{
color: #3C3A28;
}
</style>
background-color css
<style>
a { background-color: #3C3A28; }
a { background-color: rgb(60,58,40); }
div.DivClassName
{
background-color: #3C3A28;
}
.BgClassName
{
background-color: #3C3A28;
}
</style>
border-color css
<style>
span { border-color: #3C3A28; }
span { border-color: rgb(60,58,40); }
td.TdClassName
{
border-color: #3C3A28;
}
.TagClassName
{
border-color: #3C3A28;
}
</style>