Shades of Taupe #3F3D3B
Tints of Taupe #3F3D3B
RGB
CMYK
RGB Variations
Color information
#3F3D3B (or 0x3F3D3B) is known color: Taupe. HEX triplet: 3F, 3D and 3B. RGB value is (63,61,59). Sum of RGB (Red+Green+Blue) = 63+61+59=183 (24% of max value = 765). Red value is 63 (25% from 255 or 34.43% from 183); Green value is 61 (24.22% from 255 or 33.33% from 183); Blue value is 59 (23.44% from 255 or 32.24% from 183); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3D3B is #C0C2C4. Grayscale: #3D3D3D. Windows color (decimal): -12632773 or 3882303. OLE color: 3882303.
HSL color Cylindrical-coordinate representation of color #3F3D3B: hue angle of 30º degrees, saturation: 0.03, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #3F3D3B is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 61 | 59 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.75 |
| HSL | 30º | 0.03% | 0.24% | - |
| HSV(B) | 30º | 0.06% | 0.25% | - |
| XYZ | 4.51 | 4.71 | 4.81 | - |
| YUV | 61.37 | 126.66 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 61 | 59 | 0 | 0.03 | 0.06 | 0.75 | 30 | 0.03 | 0.24 |
| Hex | 3F | 3D | 3B | 0 | 3 | 6 | 4B | 1E | 3 | 18 |
| Octal | 77 | 75 | 73 | 0 | 3 | 6 | 113 | 36 | 3 | 30 |
| Binary | 111111 | 111101 | 111011 | 0 | 11 | 110 | 1001011 | 11110 | 11 | 11000 |
Color Harmonies of #3F3D3B
Complementary color
Monochromatic Colors of #3F3D3B
Black with #3F3D3B
Text Example
Text Example
White with #3F3D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3D3B; }
p { color: rgb(63,61,59); }
H1.HeaderClassName
{
color: #3F3D3B;
}
.AnyTagClassName
{
color: #3F3D3B;
}
</style>
background-color css
<style>
a { background-color: #3F3D3B; }
a { background-color: rgb(63,61,59); }
div.DivClassName
{
background-color: #3F3D3B;
}
.BgClassName
{
background-color: #3F3D3B;
}
</style>
border-color css
<style>
span { border-color: #3F3D3B; }
span { border-color: rgb(63,61,59); }
td.TdClassName
{
border-color: #3F3D3B;
}
.TagClassName
{
border-color: #3F3D3B;
}
</style>