Shades of El Paso #3F3E2D
Tints of El Paso #3F3E2D
RGB
CMYK
RGB Variations
Color information
#3F3E2D (or 0x3F3E2D) is known color: El Paso. HEX triplet: 3F, 3E and 2D. RGB value is (63,62,45). Sum of RGB (Red+Green+Blue) = 63+62+45=170 (22% of max value = 765). Red value is 63 (25% from 255 or 37.06% from 170); Green value is 62 (24.61% from 255 or 36.47% from 170); Blue value is 45 (17.97% from 255 or 26.47% from 170); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3E2D is #C0C1D2. Grayscale: #3C3C3C. Windows color (decimal): -12632531 or 2965055. OLE color: 2965055.
HSL color Cylindrical-coordinate representation of color #3F3E2D: hue angle of 56.67º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3F3E2D is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
RGB | 63 | 62 | 45 | - |
CMYK | 0 | 0.02 | 0.29 | 0.75 |
HSL | 56.67º | 0.17% | 0.21% | - |
HSV(B) | 56.67º | 0.29% | 0.25% | - |
XYZ | 4.25 | 4.69 | 3.16 | - |
YUV | 60.36 | 119.33 | 129.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 63 | 62 | 45 | 0 | 0.02 | 0.29 | 0.75 | 56.67 | 0.17 | 0.21 |
Hex | 3F | 3E | 2D | 0 | 2 | 1D | 4B | 39 | 11 | 15 |
Octal | 77 | 76 | 55 | 0 | 2 | 35 | 113 | 71 | 21 | 25 |
Binary | 111111 | 111110 | 101101 | 0 | 10 | 11101 | 1001011 | 111001 | 10001 | 10101 |
Color Harmonies of #3F3E2D
Complementary color
Monochromatic Colors of #3F3E2D
Black with #3F3E2D
Text Example
Text Example
White with #3F3E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3E2D; }
p { color: rgb(63,62,45); }
H1.HeaderClassName
{
color: #3F3E2D;
}
.AnyTagClassName
{
color: #3F3E2D;
}
</style>
background-color css
<style>
a { background-color: #3F3E2D; }
a { background-color: rgb(63,62,45); }
div.DivClassName
{
background-color: #3F3E2D;
}
.BgClassName
{
background-color: #3F3E2D;
}
</style>
border-color css
<style>
span { border-color: #3F3E2D; }
span { border-color: rgb(63,62,45); }
td.TdClassName
{
border-color: #3F3E2D;
}
.TagClassName
{
border-color: #3F3E2D;
}
</style>