Shades of El Paso #3D3B28
Tints of El Paso #3D3B28
RGB
CMYK
RGB Variations
Color information
#3D3B28 (or 0x3D3B28) is known color: El Paso. HEX triplet: 3D, 3B and 28. RGB value is (61,59,40). Sum of RGB (Red+Green+Blue) = 61+59+40=160 (21% of max value = 765). Red value is 61 (24.22% from 255 or 38.12% from 160); Green value is 59 (23.44% from 255 or 36.88% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3B28 is #C2C4D7. Grayscale: #393939. Windows color (decimal): -12764376 or 2636605. OLE color: 2636605.
HSL color Cylindrical-coordinate representation of color #3D3B28: hue angle of 54.29º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3D3B28 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 59 | 40 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.76 |
| HSL | 54.29º | 0.21% | 0.2% | - |
| HSV(B) | 54.29º | 0.34% | 0.24% | - |
| XYZ | 3.87 | 4.27 | 2.63 | - |
| YUV | 57.43 | 118.16 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 59 | 40 | 0 | 0.03 | 0.34 | 0.76 | 54.29 | 0.21 | 0.2 |
| Hex | 3D | 3B | 28 | 0 | 3 | 22 | 4C | 36 | 15 | 14 |
| Octal | 75 | 73 | 50 | 0 | 3 | 42 | 114 | 66 | 25 | 24 |
| Binary | 111101 | 111011 | 101000 | 0 | 11 | 100010 | 1001100 | 110110 | 10101 | 10100 |
Color Harmonies of #3D3B28
Complementary color
Monochromatic Colors of #3D3B28
Black with #3D3B28
Text Example
Text Example
White with #3D3B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3B28; }
p { color: rgb(61,59,40); }
H1.HeaderClassName
{
color: #3D3B28;
}
.AnyTagClassName
{
color: #3D3B28;
}
</style>
background-color css
<style>
a { background-color: #3D3B28; }
a { background-color: rgb(61,59,40); }
div.DivClassName
{
background-color: #3D3B28;
}
.BgClassName
{
background-color: #3D3B28;
}
</style>
border-color css
<style>
span { border-color: #3D3B28; }
span { border-color: rgb(61,59,40); }
td.TdClassName
{
border-color: #3D3B28;
}
.TagClassName
{
border-color: #3D3B28;
}
</style>