Shades of Taupe #503F31
Tints of Taupe #503F31
RGB
CMYK
RGB Variations
Color information
#503F31 (or 0x503F31) is known color: Taupe. HEX triplet: 50, 3F and 31. RGB value is (80,63,49). Sum of RGB (Red+Green+Blue) = 80+63+49=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 63 (25% from 255 or 32.81% from 192); Blue value is 49 (19.53% from 255 or 25.52% from 192); Max value from RGB is 80 - color contains mainly: red. Hex color #503F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503F31 is #AFC0CE. Grayscale: #424242. Windows color (decimal): -11518159 or 3227472. OLE color: 3227472.
HSL color Cylindrical-coordinate representation of color #503F31: hue angle of 27.1º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #503F31 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 63 | 49 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.69 |
| HSL | 27.1º | 0.24% | 0.25% | - |
| HSV(B) | 27.1º | 0.39% | 0.31% | - |
| XYZ | 5.64 | 5.48 | 3.67 | - |
| YUV | 66.49 | 118.13 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 49 | 0 | 0.21 | 0.39 | 0.69 | 27.1 | 0.24 | 0.25 |
| Hex | 50 | 3F | 31 | 0 | 15 | 27 | 45 | 1B | 18 | 19 |
| Octal | 120 | 77 | 61 | 0 | 25 | 47 | 105 | 33 | 30 | 31 |
| Binary | 1010000 | 111111 | 110001 | 0 | 10101 | 100111 | 1000101 | 11011 | 11000 | 11001 |
Color Harmonies of #503F31
Complementary color
Monochromatic Colors of #503F31
Black with #503F31
Text Example
Text Example
White with #503F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503F31; }
p { color: rgb(80,63,49); }
H1.HeaderClassName
{
color: #503F31;
}
.AnyTagClassName
{
color: #503F31;
}
</style>
background-color css
<style>
a { background-color: #503F31; }
a { background-color: rgb(80,63,49); }
div.DivClassName
{
background-color: #503F31;
}
.BgClassName
{
background-color: #503F31;
}
</style>
border-color css
<style>
span { border-color: #503F31; }
span { border-color: rgb(80,63,49); }
td.TdClassName
{
border-color: #503F31;
}
.TagClassName
{
border-color: #503F31;
}
</style>