Shades of Taupe #503C2C
Tints of Taupe #503C2C
RGB
CMYK
RGB Variations
Color information
#503C2C (or 0x503C2C) is known color: Taupe. HEX triplet: 50, 3C and 2C. RGB value is (80,60,44). Sum of RGB (Red+Green+Blue) = 80+60+44=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 60 (23.83% from 255 or 32.61% from 184); Blue value is 44 (17.58% from 255 or 23.91% from 184); Max value from RGB is 80 - color contains mainly: red. Hex color #503C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503C2C is #AFC3D3. Grayscale: #404040. Windows color (decimal): -11518932 or 2899024. OLE color: 2899024.
HSL color Cylindrical-coordinate representation of color #503C2C: hue angle of 26.67º 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 #503C2C is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 60 | 44 | - |
| CMYK | 0 | 0.25 | 0.45 | 0.69 |
| HSL | 26.67º | 0.29% | 0.24% | - |
| HSV(B) | 26.67º | 0.45% | 0.31% | - |
| XYZ | 5.38 | 5.12 | 3.09 | - |
| YUV | 64.16 | 116.63 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 60 | 44 | 0 | 0.25 | 0.45 | 0.69 | 26.67 | 0.29 | 0.24 |
| Hex | 50 | 3C | 2C | 0 | 19 | 2D | 45 | 1B | 1D | 18 |
| Octal | 120 | 74 | 54 | 0 | 31 | 55 | 105 | 33 | 35 | 30 |
| Binary | 1010000 | 111100 | 101100 | 0 | 11001 | 101101 | 1000101 | 11011 | 11101 | 11000 |
Color Harmonies of #503C2C
Complementary color
Monochromatic Colors of #503C2C
Black with #503C2C
Text Example
Text Example
White with #503C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503C2C; }
p { color: rgb(80,60,44); }
H1.HeaderClassName
{
color: #503C2C;
}
.AnyTagClassName
{
color: #503C2C;
}
</style>
background-color css
<style>
a { background-color: #503C2C; }
a { background-color: rgb(80,60,44); }
div.DivClassName
{
background-color: #503C2C;
}
.BgClassName
{
background-color: #503C2C;
}
</style>
border-color css
<style>
span { border-color: #503C2C; }
span { border-color: rgb(80,60,44); }
td.TdClassName
{
border-color: #503C2C;
}
.TagClassName
{
border-color: #503C2C;
}
</style>