Shades of El Paso #3F3D20
Tints of El Paso #3F3D20
RGB
CMYK
RGB Variations
Color information
#3F3D20 (or 0x3F3D20) is known color: El Paso. HEX triplet: 3F, 3D and 20. RGB value is (63,61,32). Sum of RGB (Red+Green+Blue) = 63+61+32=156 (20% of max value = 765). Red value is 63 (25% from 255 or 40.38% from 156); Green value is 61 (24.22% from 255 or 39.10% from 156); Blue value is 32 (12.89% from 255 or 20.51% from 156); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3D20 is #C0C2DF. Grayscale: #3A3A3A. Windows color (decimal): -12632800 or 2112831. OLE color: 2112831.
HSL color Cylindrical-coordinate representation of color #3F3D20: hue angle of 56.13º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F3D20 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 61 | 32 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.75 |
| HSL | 56.13º | 0.33% | 0.19% | - |
| HSV(B) | 56.13º | 0.49% | 0.25% | - |
| XYZ | 3.98 | 4.5 | 2.03 | - |
| YUV | 58.29 | 113.16 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 61 | 32 | 0 | 0.03 | 0.49 | 0.75 | 56.13 | 0.33 | 0.19 |
| Hex | 3F | 3D | 20 | 0 | 3 | 31 | 4B | 38 | 21 | 13 |
| Octal | 77 | 75 | 40 | 0 | 3 | 61 | 113 | 70 | 41 | 23 |
| Binary | 111111 | 111101 | 100000 | 0 | 11 | 110001 | 1001011 | 111000 | 100001 | 10011 |
Color Harmonies of #3F3D20
Complementary color
Monochromatic Colors of #3F3D20
Black with #3F3D20
Text Example
Text Example
White with #3F3D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3D20; }
p { color: rgb(63,61,32); }
H1.HeaderClassName
{
color: #3F3D20;
}
.AnyTagClassName
{
color: #3F3D20;
}
</style>
background-color css
<style>
a { background-color: #3F3D20; }
a { background-color: rgb(63,61,32); }
div.DivClassName
{
background-color: #3F3D20;
}
.BgClassName
{
background-color: #3F3D20;
}
</style>
border-color css
<style>
span { border-color: #3F3D20; }
span { border-color: rgb(63,61,32); }
td.TdClassName
{
border-color: #3F3D20;
}
.TagClassName
{
border-color: #3F3D20;
}
</style>