Shades of Taupe #4B3E33
Tints of Taupe #4B3E33
RGB
CMYK
RGB Variations
Color information
#4B3E33 (or 0x4B3E33) is known color: Taupe. HEX triplet: 4B, 3E and 33. RGB value is (75,62,51). Sum of RGB (Red+Green+Blue) = 75+62+51=188 (24% of max value = 765). Red value is 75 (29.69% from 255 or 39.89% from 188); Green value is 62 (24.61% from 255 or 32.98% from 188); Blue value is 51 (20.31% from 255 or 27.13% from 188); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3E33 is #B4C1CC. Grayscale: #404040. Windows color (decimal): -11846093 or 3358283. OLE color: 3358283.
HSL color Cylindrical-coordinate representation of color #4B3E33: hue angle of 27.5º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4B3E33 is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 62 | 51 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.71 |
| HSL | 27.5º | 0.19% | 0.25% | - |
| HSV(B) | 27.5º | 0.32% | 0.29% | - |
| XYZ | 5.22 | 5.18 | 3.86 | - |
| YUV | 64.63 | 120.31 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 62 | 51 | 0 | 0.17 | 0.32 | 0.71 | 27.5 | 0.19 | 0.25 |
| Hex | 4B | 3E | 33 | 0 | 11 | 20 | 47 | 1C | 13 | 19 |
| Octal | 113 | 76 | 63 | 0 | 21 | 40 | 107 | 34 | 23 | 31 |
| Binary | 1001011 | 111110 | 110011 | 0 | 10001 | 100000 | 1000111 | 11100 | 10011 | 11001 |
Color Harmonies of #4B3E33
Complementary color
Monochromatic Colors of #4B3E33
Black with #4B3E33
Text Example
Text Example
White with #4B3E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3E33; }
p { color: rgb(75,62,51); }
H1.HeaderClassName
{
color: #4B3E33;
}
.AnyTagClassName
{
color: #4B3E33;
}
</style>
background-color css
<style>
a { background-color: #4B3E33; }
a { background-color: rgb(75,62,51); }
div.DivClassName
{
background-color: #4B3E33;
}
.BgClassName
{
background-color: #4B3E33;
}
</style>
border-color css
<style>
span { border-color: #4B3E33; }
span { border-color: rgb(75,62,51); }
td.TdClassName
{
border-color: #4B3E33;
}
.TagClassName
{
border-color: #4B3E33;
}
</style>