Shades of Taupe #3F3B37
Tints of Taupe #3F3B37
RGB
CMYK
RGB Variations
Color information
#3F3B37 (or 0x3F3B37) is known color: Taupe. HEX triplet: 3F, 3B and 37. RGB value is (63,59,55). Sum of RGB (Red+Green+Blue) = 63+59+55=177 (23% of max value = 765). Red value is 63 (25% from 255 or 35.59% from 177); Green value is 59 (23.44% from 255 or 33.33% from 177); Blue value is 55 (21.88% from 255 or 31.07% from 177); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3B37 is #C0C4C8. Grayscale: #3B3B3B. Windows color (decimal): -12633289 or 3619647. OLE color: 3619647.
HSL color Cylindrical-coordinate representation of color #3F3B37: hue angle of 30º degrees, saturation: 0.07, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3F3B37 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 59 | 55 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.75 |
| HSL | 30º | 0.07% | 0.23% | - |
| HSV(B) | 30º | 0.13% | 0.25% | - |
| XYZ | 4.3 | 4.46 | 4.25 | - |
| YUV | 59.74 | 125.33 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 59 | 55 | 0 | 0.06 | 0.13 | 0.75 | 30 | 0.07 | 0.23 |
| Hex | 3F | 3B | 37 | 0 | 6 | D | 4B | 1E | 7 | 17 |
| Octal | 77 | 73 | 67 | 0 | 6 | 15 | 113 | 36 | 7 | 27 |
| Binary | 111111 | 111011 | 110111 | 0 | 110 | 1101 | 1001011 | 11110 | 111 | 10111 |
Color Harmonies of #3F3B37
Complementary color
Monochromatic Colors of #3F3B37
Black with #3F3B37
Text Example
Text Example
White with #3F3B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3B37; }
p { color: rgb(63,59,55); }
H1.HeaderClassName
{
color: #3F3B37;
}
.AnyTagClassName
{
color: #3F3B37;
}
</style>
background-color css
<style>
a { background-color: #3F3B37; }
a { background-color: rgb(63,59,55); }
div.DivClassName
{
background-color: #3F3B37;
}
.BgClassName
{
background-color: #3F3B37;
}
</style>
border-color css
<style>
span { border-color: #3F3B37; }
span { border-color: rgb(63,59,55); }
td.TdClassName
{
border-color: #3F3B37;
}
.TagClassName
{
border-color: #3F3B37;
}
</style>