Shades of El Paso #3C3A2B
Tints of El Paso #3C3A2B
RGB
CMYK
RGB Variations
Color information
#3C3A2B (or 0x3C3A2B) is known color: El Paso. HEX triplet: 3C, 3A and 2B. RGB value is (60,58,43). Sum of RGB (Red+Green+Blue) = 60+58+43=161 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.27% from 161); Green value is 58 (23.05% from 255 or 36.02% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3A2B is #C3C5D4. Grayscale: #383838. Windows color (decimal): -12830165 or 2832956. OLE color: 2832956.
HSL color Cylindrical-coordinate representation of color #3C3A2B: hue angle of 52.94º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3C3A2B is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.76.
Color convert
RGB | 60 | 58 | 43 | - |
CMYK | 0 | 0.03 | 0.28 | 0.76 |
HSL | 52.94º | 0.17% | 0.2% | - |
HSV(B) | 52.94º | 0.28% | 0.24% | - |
XYZ | 3.81 | 4.16 | 2.89 | - |
YUV | 56.89 | 120.16 | 130.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 60 | 58 | 43 | 0 | 0.03 | 0.28 | 0.76 | 52.94 | 0.17 | 0.2 |
Hex | 3C | 3A | 2B | 0 | 3 | 1C | 4C | 35 | 11 | 14 |
Octal | 74 | 72 | 53 | 0 | 3 | 34 | 114 | 65 | 21 | 24 |
Binary | 111100 | 111010 | 101011 | 0 | 11 | 11100 | 1001100 | 110101 | 10001 | 10100 |
Color Harmonies of #3C3A2B
Complementary color
Monochromatic Colors of #3C3A2B
Black with #3C3A2B
Text Example
Text Example
White with #3C3A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3A2B; }
p { color: rgb(60,58,43); }
H1.HeaderClassName
{
color: #3C3A2B;
}
.AnyTagClassName
{
color: #3C3A2B;
}
</style>
background-color css
<style>
a { background-color: #3C3A2B; }
a { background-color: rgb(60,58,43); }
div.DivClassName
{
background-color: #3C3A2B;
}
.BgClassName
{
background-color: #3C3A2B;
}
</style>
border-color css
<style>
span { border-color: #3C3A2B; }
span { border-color: rgb(60,58,43); }
td.TdClassName
{
border-color: #3C3A2B;
}
.TagClassName
{
border-color: #3C3A2B;
}
</style>