Shades of Taupe #503D2F
Tints of Taupe #503D2F
RGB
CMYK
RGB Variations
Color information
#503D2F (or 0x503D2F) is known color: Taupe. HEX triplet: 50, 3D and 2F. RGB value is (80,61,47). Sum of RGB (Red+Green+Blue) = 80+61+47=188 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.55% from 188); Green value is 61 (24.22% from 255 or 32.45% from 188); Blue value is 47 (18.75% from 255 or 25% from 188); Max value from RGB is 80 - color contains mainly: red. Hex color #503D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503D2F is #AFC2D0. Grayscale: #414141. Windows color (decimal): -11518673 or 3095888. OLE color: 3095888.
HSL color Cylindrical-coordinate representation of color #503D2F: hue angle of 25.45º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #503D2F is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 61 | 47 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.69 |
| HSL | 25.45º | 0.26% | 0.25% | - |
| HSV(B) | 25.45º | 0.41% | 0.31% | - |
| XYZ | 5.49 | 5.25 | 3.41 | - |
| YUV | 65.09 | 117.79 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 47 | 0 | 0.24 | 0.41 | 0.69 | 25.45 | 0.26 | 0.25 |
| Hex | 50 | 3D | 2F | 0 | 18 | 29 | 45 | 19 | 1A | 19 |
| Octal | 120 | 75 | 57 | 0 | 30 | 51 | 105 | 31 | 32 | 31 |
| Binary | 1010000 | 111101 | 101111 | 0 | 11000 | 101001 | 1000101 | 11001 | 11010 | 11001 |
Color Harmonies of #503D2F
Complementary color
Monochromatic Colors of #503D2F
Black with #503D2F
Text Example
Text Example
White with #503D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503D2F; }
p { color: rgb(80,61,47); }
H1.HeaderClassName
{
color: #503D2F;
}
.AnyTagClassName
{
color: #503D2F;
}
</style>
background-color css
<style>
a { background-color: #503D2F; }
a { background-color: rgb(80,61,47); }
div.DivClassName
{
background-color: #503D2F;
}
.BgClassName
{
background-color: #503D2F;
}
</style>
border-color css
<style>
span { border-color: #503D2F; }
span { border-color: rgb(80,61,47); }
td.TdClassName
{
border-color: #503D2F;
}
.TagClassName
{
border-color: #503D2F;
}
</style>