Shades of El Paso #3D3B27
Tints of El Paso #3D3B27
RGB
CMYK
RGB Variations
Color information
#3D3B27 (or 0x3D3B27) is known color: El Paso. HEX triplet: 3D, 3B and 27. RGB value is (61,59,39). Sum of RGB (Red+Green+Blue) = 61+59+39=159 (21% of max value = 765). Red value is 61 (24.22% from 255 or 38.36% from 159); Green value is 59 (23.44% from 255 or 37.11% from 159); Blue value is 39 (15.62% from 255 or 24.53% from 159); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3B27 is #C2C4D8. Grayscale: #393939. Windows color (decimal): -12764377 or 2571069. OLE color: 2571069.
HSL color Cylindrical-coordinate representation of color #3D3B27: hue angle of 54.55º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3D3B27 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 59 | 39 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.76 |
| HSL | 54.55º | 0.22% | 0.2% | - |
| HSV(B) | 54.55º | 0.36% | 0.24% | - |
| XYZ | 3.85 | 4.27 | 2.54 | - |
| YUV | 57.32 | 117.66 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 59 | 39 | 0 | 0.03 | 0.36 | 0.76 | 54.55 | 0.22 | 0.2 |
| Hex | 3D | 3B | 27 | 0 | 3 | 24 | 4C | 37 | 16 | 14 |
| Octal | 75 | 73 | 47 | 0 | 3 | 44 | 114 | 67 | 26 | 24 |
| Binary | 111101 | 111011 | 100111 | 0 | 11 | 100100 | 1001100 | 110111 | 10110 | 10100 |
Color Harmonies of #3D3B27
Complementary color
Monochromatic Colors of #3D3B27
Black with #3D3B27
Text Example
Text Example
White with #3D3B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3B27; }
p { color: rgb(61,59,39); }
H1.HeaderClassName
{
color: #3D3B27;
}
.AnyTagClassName
{
color: #3D3B27;
}
</style>
background-color css
<style>
a { background-color: #3D3B27; }
a { background-color: rgb(61,59,39); }
div.DivClassName
{
background-color: #3D3B27;
}
.BgClassName
{
background-color: #3D3B27;
}
</style>
border-color css
<style>
span { border-color: #3D3B27; }
span { border-color: rgb(61,59,39); }
td.TdClassName
{
border-color: #3D3B27;
}
.TagClassName
{
border-color: #3D3B27;
}
</style>