Shades of El Paso #3C3B28
Tints of El Paso #3C3B28
RGB
CMYK
RGB Variations
Color information
#3C3B28 (or 0x3C3B28) is known color: El Paso. HEX triplet: 3C, 3B and 28. RGB value is (60,59,40). Sum of RGB (Red+Green+Blue) = 60+59+40=159 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.74% from 159); Green value is 59 (23.44% from 255 or 37.11% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3B28 is #C3C4D7. Grayscale: #393939. Windows color (decimal): -12829912 or 2636604. OLE color: 2636604.
HSL color Cylindrical-coordinate representation of color #3C3B28: hue angle of 57º 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 #3C3B28 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 59 | 40 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.76 |
| HSL | 57º | 0.2% | 0.2% | - |
| HSV(B) | 57º | 0.33% | 0.24% | - |
| XYZ | 3.81 | 4.24 | 2.63 | - |
| YUV | 57.13 | 118.33 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 59 | 40 | 0 | 0.02 | 0.33 | 0.76 | 57 | 0.2 | 0.2 |
| Hex | 3C | 3B | 28 | 0 | 2 | 21 | 4C | 39 | 14 | 14 |
| Octal | 74 | 73 | 50 | 0 | 2 | 41 | 114 | 71 | 24 | 24 |
| Binary | 111100 | 111011 | 101000 | 0 | 10 | 100001 | 1001100 | 111001 | 10100 | 10100 |
Color Harmonies of #3C3B28
Complementary color
Monochromatic Colors of #3C3B28
Black with #3C3B28
Text Example
Text Example
White with #3C3B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3B28; }
p { color: rgb(60,59,40); }
H1.HeaderClassName
{
color: #3C3B28;
}
.AnyTagClassName
{
color: #3C3B28;
}
</style>
background-color css
<style>
a { background-color: #3C3B28; }
a { background-color: rgb(60,59,40); }
div.DivClassName
{
background-color: #3C3B28;
}
.BgClassName
{
background-color: #3C3B28;
}
</style>
border-color css
<style>
span { border-color: #3C3B28; }
span { border-color: rgb(60,59,40); }
td.TdClassName
{
border-color: #3C3B28;
}
.TagClassName
{
border-color: #3C3B28;
}
</style>