Shades of El Paso #3D3C2D
Tints of El Paso #3D3C2D
RGB
CMYK
RGB Variations
Color information
#3D3C2D (or 0x3D3C2D) is known color: El Paso. HEX triplet: 3D, 3C and 2D. RGB value is (61,60,45). Sum of RGB (Red+Green+Blue) = 61+60+45=166 (21% of max value = 765). Red value is 61 (24.22% from 255 or 36.75% from 166); Green value is 60 (23.83% from 255 or 36.14% from 166); Blue value is 45 (17.97% from 255 or 27.11% from 166); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3C2D is #C2C3D2. Grayscale: #3A3A3A. Windows color (decimal): -12764115 or 2964541. OLE color: 2964541.
HSL color Cylindrical-coordinate representation of color #3D3C2D: hue angle of 56.25º degrees, saturation: 0.15, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3D3C2D is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 60 | 45 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.76 |
| HSL | 56.25º | 0.15% | 0.21% | - |
| HSV(B) | 56.25º | 0.26% | 0.24% | - |
| XYZ | 4.01 | 4.41 | 3.12 | - |
| YUV | 58.59 | 120.33 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 60 | 45 | 0 | 0.02 | 0.26 | 0.76 | 56.25 | 0.15 | 0.21 |
| Hex | 3D | 3C | 2D | 0 | 2 | 1A | 4C | 38 | F | 15 |
| Octal | 75 | 74 | 55 | 0 | 2 | 32 | 114 | 70 | 17 | 25 |
| Binary | 111101 | 111100 | 101101 | 0 | 10 | 11010 | 1001100 | 111000 | 1111 | 10101 |
Color Harmonies of #3D3C2D
Complementary color
Monochromatic Colors of #3D3C2D
Black with #3D3C2D
Text Example
Text Example
White with #3D3C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3C2D; }
p { color: rgb(61,60,45); }
H1.HeaderClassName
{
color: #3D3C2D;
}
.AnyTagClassName
{
color: #3D3C2D;
}
</style>
background-color css
<style>
a { background-color: #3D3C2D; }
a { background-color: rgb(61,60,45); }
div.DivClassName
{
background-color: #3D3C2D;
}
.BgClassName
{
background-color: #3D3C2D;
}
</style>
border-color css
<style>
span { border-color: #3D3C2D; }
span { border-color: rgb(61,60,45); }
td.TdClassName
{
border-color: #3D3C2D;
}
.TagClassName
{
border-color: #3D3C2D;
}
</style>