Shades of Taupe #503B2B
Tints of Taupe #503B2B
RGB
CMYK
RGB Variations
Color information
#503B2B (or 0x503B2B) is known color: Taupe. HEX triplet: 50, 3B and 2B. RGB value is (80,59,43). Sum of RGB (Red+Green+Blue) = 80+59+43=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 59 (23.44% from 255 or 32.42% from 182); Blue value is 43 (17.19% from 255 or 23.63% from 182); Max value from RGB is 80 - color contains mainly: red. Hex color #503B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503B2B is #AFC4D4. Grayscale: #3F3F3F. Windows color (decimal): -11519189 or 2833232. OLE color: 2833232.
HSL color Cylindrical-coordinate representation of color #503B2B: hue angle of 25.95º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #503B2B is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 59 | 43 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.69 |
| HSL | 25.95º | 0.3% | 0.24% | - |
| HSV(B) | 25.95º | 0.46% | 0.31% | - |
| XYZ | 5.31 | 5.01 | 2.97 | - |
| YUV | 63.46 | 116.46 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 59 | 43 | 0 | 0.26 | 0.46 | 0.69 | 25.95 | 0.3 | 0.24 |
| Hex | 50 | 3B | 2B | 0 | 1A | 2E | 45 | 1A | 1E | 18 |
| Octal | 120 | 73 | 53 | 0 | 32 | 56 | 105 | 32 | 36 | 30 |
| Binary | 1010000 | 111011 | 101011 | 0 | 11010 | 101110 | 1000101 | 11010 | 11110 | 11000 |
Color Harmonies of #503B2B
Complementary color
Monochromatic Colors of #503B2B
Black with #503B2B
Text Example
Text Example
White with #503B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503B2B; }
p { color: rgb(80,59,43); }
H1.HeaderClassName
{
color: #503B2B;
}
.AnyTagClassName
{
color: #503B2B;
}
</style>
background-color css
<style>
a { background-color: #503B2B; }
a { background-color: rgb(80,59,43); }
div.DivClassName
{
background-color: #503B2B;
}
.BgClassName
{
background-color: #503B2B;
}
</style>
border-color css
<style>
span { border-color: #503B2B; }
span { border-color: rgb(80,59,43); }
td.TdClassName
{
border-color: #503B2B;
}
.TagClassName
{
border-color: #503B2B;
}
</style>