Shades of Taupe #4B3C2D
Tints of Taupe #4B3C2D
RGB
CMYK
RGB Variations
Color information
#4B3C2D (or 0x4B3C2D) is known color: Taupe. HEX triplet: 4B, 3C and 2D. RGB value is (75,60,45). Sum of RGB (Red+Green+Blue) = 75+60+45=180 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.67% from 180); Green value is 60 (23.83% from 255 or 33.33% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3C2D is #B4C3D2. Grayscale: #3E3E3E. Windows color (decimal): -11846611 or 2964555. OLE color: 2964555.
HSL color Cylindrical-coordinate representation of color #4B3C2D: hue angle of 30º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4B3C2D is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 60 | 45 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.71 |
| HSL | 30º | 0.25% | 0.24% | - |
| HSV(B) | 30º | 0.4% | 0.29% | - |
| XYZ | 4.99 | 4.92 | 3.17 | - |
| YUV | 62.78 | 117.97 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 60 | 45 | 0 | 0.20 | 0.40 | 0.71 | 30 | 0.25 | 0.24 |
| Hex | 4B | 3C | 2D | 0 | 14 | 28 | 47 | 1E | 19 | 18 |
| Octal | 113 | 74 | 55 | 0 | 24 | 50 | 107 | 36 | 31 | 30 |
| Binary | 1001011 | 111100 | 101101 | 0 | 10100 | 101000 | 1000111 | 11110 | 11001 | 11000 |
Color Harmonies of #4B3C2D
Complementary color
Monochromatic Colors of #4B3C2D
Black with #4B3C2D
Text Example
Text Example
White with #4B3C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3C2D; }
p { color: rgb(75,60,45); }
H1.HeaderClassName
{
color: #4B3C2D;
}
.AnyTagClassName
{
color: #4B3C2D;
}
</style>
background-color css
<style>
a { background-color: #4B3C2D; }
a { background-color: rgb(75,60,45); }
div.DivClassName
{
background-color: #4B3C2D;
}
.BgClassName
{
background-color: #4B3C2D;
}
</style>
border-color css
<style>
span { border-color: #4B3C2D; }
span { border-color: rgb(75,60,45); }
td.TdClassName
{
border-color: #4B3C2D;
}
.TagClassName
{
border-color: #4B3C2D;
}
</style>