Shades of Taupe #503A2C
Tints of Taupe #503A2C
RGB
CMYK
RGB Variations
Color information
#503A2C (or 0x503A2C) is known color: Taupe. HEX triplet: 50, 3A and 2C. RGB value is (80,58,44). Sum of RGB (Red+Green+Blue) = 80+58+44=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 58 (23.05% from 255 or 31.87% from 182); Blue value is 44 (17.58% from 255 or 24.18% from 182); Max value from RGB is 80 - color contains mainly: red. Hex color #503A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503A2C is #AFC5D3. Grayscale: #3F3F3F. Windows color (decimal): -11519444 or 2898512. OLE color: 2898512.
HSL color Cylindrical-coordinate representation of color #503A2C: hue angle of 23.33º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #503A2C is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 58 | 44 | - |
| CMYK | 0 | 0.28 | 0.45 | 0.69 |
| HSL | 23.33º | 0.29% | 0.24% | - |
| HSV(B) | 23.33º | 0.45% | 0.31% | - |
| XYZ | 5.28 | 4.91 | 3.05 | - |
| YUV | 62.98 | 117.29 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 58 | 44 | 0 | 0.28 | 0.45 | 0.69 | 23.33 | 0.29 | 0.24 |
| Hex | 50 | 3A | 2C | 0 | 1C | 2D | 45 | 17 | 1D | 18 |
| Octal | 120 | 72 | 54 | 0 | 34 | 55 | 105 | 27 | 35 | 30 |
| Binary | 1010000 | 111010 | 101100 | 0 | 11100 | 101101 | 1000101 | 10111 | 11101 | 11000 |
Color Harmonies of #503A2C
Complementary color
Monochromatic Colors of #503A2C
Black with #503A2C
Text Example
Text Example
White with #503A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503A2C; }
p { color: rgb(80,58,44); }
H1.HeaderClassName
{
color: #503A2C;
}
.AnyTagClassName
{
color: #503A2C;
}
</style>
background-color css
<style>
a { background-color: #503A2C; }
a { background-color: rgb(80,58,44); }
div.DivClassName
{
background-color: #503A2C;
}
.BgClassName
{
background-color: #503A2C;
}
</style>
border-color css
<style>
span { border-color: #503A2C; }
span { border-color: rgb(80,58,44); }
td.TdClassName
{
border-color: #503A2C;
}
.TagClassName
{
border-color: #503A2C;
}
</style>