Shades of Taupe #4D3C2D
Tints of Taupe #4D3C2D
RGB
CMYK
RGB Variations
Color information
#4D3C2D (or 0x4D3C2D) is known color: Taupe. HEX triplet: 4D, 3C and 2D. RGB value is (77,60,45). Sum of RGB (Red+Green+Blue) = 77+60+45=182 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.31% from 182); Green value is 60 (23.83% from 255 or 32.97% from 182); Blue value is 45 (17.97% from 255 or 24.73% from 182); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3C2D is #B2C3D2. Grayscale: #3F3F3F. Windows color (decimal): -11715539 or 2964557. OLE color: 2964557.
HSL color Cylindrical-coordinate representation of color #4D3C2D: hue angle of 28.12º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4D3C2D is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 60 | 45 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.70 |
| HSL | 28.13º | 0.26% | 0.24% | - |
| HSV(B) | 28.13º | 0.42% | 0.3% | - |
| XYZ | 5.15 | 5 | 3.18 | - |
| YUV | 63.37 | 117.63 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 60 | 45 | 0 | 0.22 | 0.42 | 0.70 | 28.13 | 0.26 | 0.24 |
| Hex | 4D | 3C | 2D | 0 | 16 | 2A | 46 | 1C | 1A | 18 |
| Octal | 115 | 74 | 55 | 0 | 26 | 52 | 106 | 34 | 32 | 30 |
| Binary | 1001101 | 111100 | 101101 | 0 | 10110 | 101010 | 1000110 | 11100 | 11010 | 11000 |
Color Harmonies of #4D3C2D
Complementary color
Monochromatic Colors of #4D3C2D
Black with #4D3C2D
Text Example
Text Example
White with #4D3C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3C2D; }
p { color: rgb(77,60,45); }
H1.HeaderClassName
{
color: #4D3C2D;
}
.AnyTagClassName
{
color: #4D3C2D;
}
</style>
background-color css
<style>
a { background-color: #4D3C2D; }
a { background-color: rgb(77,60,45); }
div.DivClassName
{
background-color: #4D3C2D;
}
.BgClassName
{
background-color: #4D3C2D;
}
</style>
border-color css
<style>
span { border-color: #4D3C2D; }
span { border-color: rgb(77,60,45); }
td.TdClassName
{
border-color: #4D3C2D;
}
.TagClassName
{
border-color: #4D3C2D;
}
</style>