Shades of Taupe #503B2C
Tints of Taupe #503B2C
RGB
CMYK
RGB Variations
Color information
#503B2C (or 0x503B2C) is known color: Taupe. HEX triplet: 50, 3B and 2C. RGB value is (80,59,44). Sum of RGB (Red+Green+Blue) = 80+59+44=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 59 (23.44% from 255 or 32.24% from 183); Blue value is 44 (17.58% from 255 or 24.04% from 183); Max value from RGB is 80 - color contains mainly: red. Hex color #503B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503B2C is #AFC4D3. Grayscale: #3F3F3F. Windows color (decimal): -11519188 or 2898768. OLE color: 2898768.
HSL color Cylindrical-coordinate representation of color #503B2C: hue angle of 25º 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 #503B2C is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 59 | 44 | - |
| CMYK | 0 | 0.26 | 0.45 | 0.69 |
| HSL | 25º | 0.29% | 0.24% | - |
| HSV(B) | 25º | 0.45% | 0.31% | - |
| XYZ | 5.33 | 5.02 | 3.07 | - |
| YUV | 63.57 | 116.96 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 59 | 44 | 0 | 0.26 | 0.45 | 0.69 | 25 | 0.29 | 0.24 |
| Hex | 50 | 3B | 2C | 0 | 1A | 2D | 45 | 19 | 1D | 18 |
| Octal | 120 | 73 | 54 | 0 | 32 | 55 | 105 | 31 | 35 | 30 |
| Binary | 1010000 | 111011 | 101100 | 0 | 11010 | 101101 | 1000101 | 11001 | 11101 | 11000 |
Color Harmonies of #503B2C
Complementary color
Monochromatic Colors of #503B2C
Black with #503B2C
Text Example
Text Example
White with #503B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503B2C; }
p { color: rgb(80,59,44); }
H1.HeaderClassName
{
color: #503B2C;
}
.AnyTagClassName
{
color: #503B2C;
}
</style>
background-color css
<style>
a { background-color: #503B2C; }
a { background-color: rgb(80,59,44); }
div.DivClassName
{
background-color: #503B2C;
}
.BgClassName
{
background-color: #503B2C;
}
</style>
border-color css
<style>
span { border-color: #503B2C; }
span { border-color: rgb(80,59,44); }
td.TdClassName
{
border-color: #503B2C;
}
.TagClassName
{
border-color: #503B2C;
}
</style>