Shades of El Paso #3C3D2B
Tints of El Paso #3C3D2B
RGB
CMYK
RGB Variations
Color information
#3C3D2B (or 0x3C3D2B) is known color: El Paso. HEX triplet: 3C, 3D and 2B. RGB value is (60,61,43). Sum of RGB (Red+Green+Blue) = 60+61+43=164 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.59% from 164); Green value is 61 (24.22% from 255 or 37.20% from 164); Blue value is 43 (17.19% from 255 or 26.22% from 164); Max value from RGB is 61 - color contains mainly: green. Hex color #3C3D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3D2B is #C3C2D4. Grayscale: #3A3A3A. Windows color (decimal): -12829397 or 2833724. OLE color: 2833724.
HSL color Cylindrical-coordinate representation of color #3C3D2B: hue angle of 63.33º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3C3D2B is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 61 | 43 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.76 |
| HSL | 63.33º | 0.17% | 0.2% | - |
| HSV(B) | 63.33º | 0.3% | 0.24% | - |
| XYZ | 3.97 | 4.47 | 2.94 | - |
| YUV | 58.65 | 119.17 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 61 | 43 | 0.02 | 0 | 0.30 | 0.76 | 63.33 | 0.17 | 0.2 |
| Hex | 3C | 3D | 2B | 2 | 0 | 1E | 4C | 3F | 11 | 14 |
| Octal | 74 | 75 | 53 | 2 | 0 | 36 | 114 | 77 | 21 | 24 |
| Binary | 111100 | 111101 | 101011 | 10 | 0 | 11110 | 1001100 | 111111 | 10001 | 10100 |
Color Harmonies of #3C3D2B
Complementary color
Monochromatic Colors of #3C3D2B
Black with #3C3D2B
Text Example
Text Example
White with #3C3D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3D2B; }
p { color: rgb(60,61,43); }
H1.HeaderClassName
{
color: #3C3D2B;
}
.AnyTagClassName
{
color: #3C3D2B;
}
</style>
background-color css
<style>
a { background-color: #3C3D2B; }
a { background-color: rgb(60,61,43); }
div.DivClassName
{
background-color: #3C3D2B;
}
.BgClassName
{
background-color: #3C3D2B;
}
</style>
border-color css
<style>
span { border-color: #3C3D2B; }
span { border-color: rgb(60,61,43); }
td.TdClassName
{
border-color: #3C3D2B;
}
.TagClassName
{
border-color: #3C3D2B;
}
</style>