Shades of Taupe #503D2E
Tints of Taupe #503D2E
RGB
CMYK
RGB Variations
Color information
#503D2E (or 0x503D2E) is known color: Taupe. HEX triplet: 50, 3D and 2E. RGB value is (80,61,46). Sum of RGB (Red+Green+Blue) = 80+61+46=187 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.78% from 187); Green value is 61 (24.22% from 255 or 32.62% from 187); Blue value is 46 (18.36% from 255 or 24.60% from 187); Max value from RGB is 80 - color contains mainly: red. Hex color #503D2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503D2E is #AFC2D1. Grayscale: #414141. Windows color (decimal): -11518674 or 3030352. OLE color: 3030352.
HSL color Cylindrical-coordinate representation of color #503D2E: hue angle of 26.47º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #503D2E is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 61 | 46 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.69 |
| HSL | 26.47º | 0.27% | 0.25% | - |
| HSV(B) | 26.47º | 0.43% | 0.31% | - |
| XYZ | 5.47 | 5.24 | 3.31 | - |
| YUV | 64.97 | 117.29 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 46 | 0 | 0.24 | 0.42 | 0.69 | 26.47 | 0.27 | 0.25 |
| Hex | 50 | 3D | 2E | 0 | 18 | 2A | 45 | 1A | 1B | 19 |
| Octal | 120 | 75 | 56 | 0 | 30 | 52 | 105 | 32 | 33 | 31 |
| Binary | 1010000 | 111101 | 101110 | 0 | 11000 | 101010 | 1000101 | 11010 | 11011 | 11001 |
Color Harmonies of #503D2E
Complementary color
Monochromatic Colors of #503D2E
Black with #503D2E
Text Example
Text Example
White with #503D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503D2E; }
p { color: rgb(80,61,46); }
H1.HeaderClassName
{
color: #503D2E;
}
.AnyTagClassName
{
color: #503D2E;
}
</style>
background-color css
<style>
a { background-color: #503D2E; }
a { background-color: rgb(80,61,46); }
div.DivClassName
{
background-color: #503D2E;
}
.BgClassName
{
background-color: #503D2E;
}
</style>
border-color css
<style>
span { border-color: #503D2E; }
span { border-color: rgb(80,61,46); }
td.TdClassName
{
border-color: #503D2E;
}
.TagClassName
{
border-color: #503D2E;
}
</style>