Shades of Taupe #4D3A2D
Tints of Taupe #4D3A2D
RGB
CMYK
RGB Variations
Color information
#4D3A2D (or 0x4D3A2D) is known color: Taupe. HEX triplet: 4D, 3A and 2D. RGB value is (77,58,45). Sum of RGB (Red+Green+Blue) = 77+58+45=180 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.78% from 180); Green value is 58 (23.05% from 255 or 32.22% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3A2D is #B2C5D2. Grayscale: #3E3E3E. Windows color (decimal): -11716051 or 2964045. OLE color: 2964045.
HSL color Cylindrical-coordinate representation of color #4D3A2D: hue angle of 24.38º 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 #4D3A2D is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 58 | 45 | - |
| CMYK | 0 | 0.25 | 0.42 | 0.70 |
| HSL | 24.38º | 0.26% | 0.24% | - |
| HSV(B) | 24.38º | 0.42% | 0.3% | - |
| XYZ | 5.05 | 4.79 | 3.14 | - |
| YUV | 62.2 | 118.29 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 58 | 45 | 0 | 0.25 | 0.42 | 0.70 | 24.38 | 0.26 | 0.24 |
| Hex | 4D | 3A | 2D | 0 | 19 | 2A | 46 | 18 | 1A | 18 |
| Octal | 115 | 72 | 55 | 0 | 31 | 52 | 106 | 30 | 32 | 30 |
| Binary | 1001101 | 111010 | 101101 | 0 | 11001 | 101010 | 1000110 | 11000 | 11010 | 11000 |
Color Harmonies of #4D3A2D
Complementary color
Monochromatic Colors of #4D3A2D
Black with #4D3A2D
Text Example
Text Example
White with #4D3A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3A2D; }
p { color: rgb(77,58,45); }
H1.HeaderClassName
{
color: #4D3A2D;
}
.AnyTagClassName
{
color: #4D3A2D;
}
</style>
background-color css
<style>
a { background-color: #4D3A2D; }
a { background-color: rgb(77,58,45); }
div.DivClassName
{
background-color: #4D3A2D;
}
.BgClassName
{
background-color: #4D3A2D;
}
</style>
border-color css
<style>
span { border-color: #4D3A2D; }
span { border-color: rgb(77,58,45); }
td.TdClassName
{
border-color: #4D3A2D;
}
.TagClassName
{
border-color: #4D3A2D;
}
</style>