Shades of Taupe #4D3C2E
Tints of Taupe #4D3C2E
RGB
CMYK
RGB Variations
Color information
#4D3C2E (or 0x4D3C2E) is known color: Taupe. HEX triplet: 4D, 3C and 2E. RGB value is (77,60,46). Sum of RGB (Red+Green+Blue) = 77+60+46=183 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.08% from 183); Green value is 60 (23.83% from 255 or 32.79% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3C2E is #B2C3D1. Grayscale: #3F3F3F. Windows color (decimal): -11715538 or 3030093. OLE color: 3030093.
HSL color Cylindrical-coordinate representation of color #4D3C2E: hue angle of 27.1º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4D3C2E is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.70.
Color convert
RGB | 77 | 60 | 46 | - |
CMYK | 0 | 0.22 | 0.40 | 0.70 |
HSL | 27.1º | 0.25% | 0.24% | - |
HSV(B) | 27.1º | 0.4% | 0.3% | - |
XYZ | 5.17 | 5.01 | 3.28 | - |
YUV | 63.49 | 118.13 | 137.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 60 | 46 | 0 | 0.22 | 0.40 | 0.70 | 27.1 | 0.25 | 0.24 |
Hex | 4D | 3C | 2E | 0 | 16 | 28 | 46 | 1B | 19 | 18 |
Octal | 115 | 74 | 56 | 0 | 26 | 50 | 106 | 33 | 31 | 30 |
Binary | 1001101 | 111100 | 101110 | 0 | 10110 | 101000 | 1000110 | 11011 | 11001 | 11000 |
Color Harmonies of #4D3C2E
Complementary color
Monochromatic Colors of #4D3C2E
Black with #4D3C2E
Text Example
Text Example
White with #4D3C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3C2E; }
p { color: rgb(77,60,46); }
H1.HeaderClassName
{
color: #4D3C2E;
}
.AnyTagClassName
{
color: #4D3C2E;
}
</style>
background-color css
<style>
a { background-color: #4D3C2E; }
a { background-color: rgb(77,60,46); }
div.DivClassName
{
background-color: #4D3C2E;
}
.BgClassName
{
background-color: #4D3C2E;
}
</style>
border-color css
<style>
span { border-color: #4D3C2E; }
span { border-color: rgb(77,60,46); }
td.TdClassName
{
border-color: #4D3C2E;
}
.TagClassName
{
border-color: #4D3C2E;
}
</style>