Shades of El Paso #3D3B1E
Tints of El Paso #3D3B1E
RGB
CMYK
RGB Variations
Color information
#3D3B1E (or 0x3D3B1E) is known color: El Paso. HEX triplet: 3D, 3B and 1E. RGB value is (61,59,30). Sum of RGB (Red+Green+Blue) = 61+59+30=150 (19% of max value = 765). Red value is 61 (24.22% from 255 or 40.67% from 150); Green value is 59 (23.44% from 255 or 39.33% from 150); Blue value is 30 (12.11% from 255 or 20% from 150); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3B1E is #C2C4E1. Grayscale: #383838. Windows color (decimal): -12764386 or 1981245. OLE color: 1981245.
HSL color Cylindrical-coordinate representation of color #3D3B1E: hue angle of 56.13º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D3B1E is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 59 | 30 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.76 |
| HSL | 56.13º | 0.34% | 0.18% | - |
| HSV(B) | 56.13º | 0.51% | 0.24% | - |
| XYZ | 3.72 | 4.21 | 1.85 | - |
| YUV | 56.29 | 113.16 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 59 | 30 | 0 | 0.03 | 0.51 | 0.76 | 56.13 | 0.34 | 0.18 |
| Hex | 3D | 3B | 1E | 0 | 3 | 33 | 4C | 38 | 22 | 12 |
| Octal | 75 | 73 | 36 | 0 | 3 | 63 | 114 | 70 | 42 | 22 |
| Binary | 111101 | 111011 | 11110 | 0 | 11 | 110011 | 1001100 | 111000 | 100010 | 10010 |
Color Harmonies of #3D3B1E
Complementary color
Monochromatic Colors of #3D3B1E
Black with #3D3B1E
Text Example
Text Example
White with #3D3B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3B1E; }
p { color: rgb(61,59,30); }
H1.HeaderClassName
{
color: #3D3B1E;
}
.AnyTagClassName
{
color: #3D3B1E;
}
</style>
background-color css
<style>
a { background-color: #3D3B1E; }
a { background-color: rgb(61,59,30); }
div.DivClassName
{
background-color: #3D3B1E;
}
.BgClassName
{
background-color: #3D3B1E;
}
</style>
border-color css
<style>
span { border-color: #3D3B1E; }
span { border-color: rgb(61,59,30); }
td.TdClassName
{
border-color: #3D3B1E;
}
.TagClassName
{
border-color: #3D3B1E;
}
</style>