Shades of El Paso #3D3A22
Tints of El Paso #3D3A22
RGB
CMYK
RGB Variations
Color information
#3D3A22 (or 0x3D3A22) is known color: El Paso. HEX triplet: 3D, 3A and 22. RGB value is (61,58,34). Sum of RGB (Red+Green+Blue) = 61+58+34=153 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.87% from 153); Green value is 58 (23.05% from 255 or 37.91% from 153); Blue value is 34 (13.67% from 255 or 22.22% from 153); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3A22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3A22 is #C2C5DD. Grayscale: #383838. Windows color (decimal): -12764638 or 2243133. OLE color: 2243133.
HSL color Cylindrical-coordinate representation of color #3D3A22: hue angle of 53.33º degrees, saturation: 0.28, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3D3A22 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 58 | 34 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.76 |
| HSL | 53.33º | 0.28% | 0.19% | - |
| HSV(B) | 53.33º | 0.44% | 0.24% | - |
| XYZ | 3.73 | 4.13 | 2.11 | - |
| YUV | 56.16 | 115.49 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 58 | 34 | 0 | 0.05 | 0.44 | 0.76 | 53.33 | 0.28 | 0.19 |
| Hex | 3D | 3A | 22 | 0 | 5 | 2C | 4C | 35 | 1C | 13 |
| Octal | 75 | 72 | 42 | 0 | 5 | 54 | 114 | 65 | 34 | 23 |
| Binary | 111101 | 111010 | 100010 | 0 | 101 | 101100 | 1001100 | 110101 | 11100 | 10011 |
Color Harmonies of #3D3A22
Complementary color
Monochromatic Colors of #3D3A22
Black with #3D3A22
Text Example
Text Example
White with #3D3A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3A22; }
p { color: rgb(61,58,34); }
H1.HeaderClassName
{
color: #3D3A22;
}
.AnyTagClassName
{
color: #3D3A22;
}
</style>
background-color css
<style>
a { background-color: #3D3A22; }
a { background-color: rgb(61,58,34); }
div.DivClassName
{
background-color: #3D3A22;
}
.BgClassName
{
background-color: #3D3A22;
}
</style>
border-color css
<style>
span { border-color: #3D3A22; }
span { border-color: rgb(61,58,34); }
td.TdClassName
{
border-color: #3D3A22;
}
.TagClassName
{
border-color: #3D3A22;
}
</style>