Shades of Taupe #3F3933
Tints of Taupe #3F3933
RGB
CMYK
RGB Variations
Color information
#3F3933 (or 0x3F3933) is known color: Taupe. HEX triplet: 3F, 39 and 33. RGB value is (63,57,51). Sum of RGB (Red+Green+Blue) = 63+57+51=171 (22% of max value = 765). Red value is 63 (25% from 255 or 36.84% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 51 (20.31% from 255 or 29.82% from 171); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3933 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3933 is #C0C6CC. Grayscale: #3A3A3A. Windows color (decimal): -12633805 or 3356991. OLE color: 3356991.
HSL color Cylindrical-coordinate representation of color #3F3933: hue angle of 30º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3F3933 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 57 | 51 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.75 |
| HSL | 30º | 0.11% | 0.22% | - |
| HSV(B) | 30º | 0.19% | 0.25% | - |
| XYZ | 4.11 | 4.22 | 3.73 | - |
| YUV | 58.11 | 123.99 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 57 | 51 | 0 | 0.10 | 0.19 | 0.75 | 30 | 0.11 | 0.22 |
| Hex | 3F | 39 | 33 | 0 | A | 13 | 4B | 1E | B | 16 |
| Octal | 77 | 71 | 63 | 0 | 12 | 23 | 113 | 36 | 13 | 26 |
| Binary | 111111 | 111001 | 110011 | 0 | 1010 | 10011 | 1001011 | 11110 | 1011 | 10110 |
Color Harmonies of #3F3933
Complementary color
Monochromatic Colors of #3F3933
Black with #3F3933
Text Example
Text Example
White with #3F3933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3933; }
p { color: rgb(63,57,51); }
H1.HeaderClassName
{
color: #3F3933;
}
.AnyTagClassName
{
color: #3F3933;
}
</style>
background-color css
<style>
a { background-color: #3F3933; }
a { background-color: rgb(63,57,51); }
div.DivClassName
{
background-color: #3F3933;
}
.BgClassName
{
background-color: #3F3933;
}
</style>
border-color css
<style>
span { border-color: #3F3933; }
span { border-color: rgb(63,57,51); }
td.TdClassName
{
border-color: #3F3933;
}
.TagClassName
{
border-color: #3F3933;
}
</style>