Shades of Taupe #503C2D
Tints of Taupe #503C2D
RGB
CMYK
RGB Variations
Color information
#503C2D (or 0x503C2D) is known color: Taupe. HEX triplet: 50, 3C and 2D. RGB value is (80,60,45). Sum of RGB (Red+Green+Blue) = 80+60+45=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 60 (23.83% from 255 or 32.43% from 185); Blue value is 45 (17.97% from 255 or 24.32% from 185); Max value from RGB is 80 - color contains mainly: red. Hex color #503C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503C2D is #AFC3D2. Grayscale: #404040. Windows color (decimal): -11518931 or 2964560. OLE color: 2964560.
HSL color Cylindrical-coordinate representation of color #503C2D: hue angle of 25.71º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #503C2D is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 60 | 45 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.69 |
| HSL | 25.71º | 0.28% | 0.25% | - |
| HSV(B) | 25.71º | 0.44% | 0.31% | - |
| XYZ | 5.4 | 5.13 | 3.19 | - |
| YUV | 64.27 | 117.13 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 60 | 45 | 0 | 0.25 | 0.44 | 0.69 | 25.71 | 0.28 | 0.25 |
| Hex | 50 | 3C | 2D | 0 | 19 | 2C | 45 | 1A | 1C | 19 |
| Octal | 120 | 74 | 55 | 0 | 31 | 54 | 105 | 32 | 34 | 31 |
| Binary | 1010000 | 111100 | 101101 | 0 | 11001 | 101100 | 1000101 | 11010 | 11100 | 11001 |
Color Harmonies of #503C2D
Complementary color
Monochromatic Colors of #503C2D
Black with #503C2D
Text Example
Text Example
White with #503C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503C2D; }
p { color: rgb(80,60,45); }
H1.HeaderClassName
{
color: #503C2D;
}
.AnyTagClassName
{
color: #503C2D;
}
</style>
background-color css
<style>
a { background-color: #503C2D; }
a { background-color: rgb(80,60,45); }
div.DivClassName
{
background-color: #503C2D;
}
.BgClassName
{
background-color: #503C2D;
}
</style>
border-color css
<style>
span { border-color: #503C2D; }
span { border-color: rgb(80,60,45); }
td.TdClassName
{
border-color: #503C2D;
}
.TagClassName
{
border-color: #503C2D;
}
</style>