Shades of Taupe #4B3A30
Tints of Taupe #4B3A30
RGB
CMYK
RGB Variations
Color information
#4B3A30 (or 0x4B3A30) is known color: Taupe. HEX triplet: 4B, 3A and 30. RGB value is (75,58,48). Sum of RGB (Red+Green+Blue) = 75+58+48=181 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.44% from 181); Green value is 58 (23.05% from 255 or 32.04% from 181); Blue value is 48 (19.14% from 255 or 26.52% from 181); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3A30 is #B4C5CF. Grayscale: #3E3E3E. Windows color (decimal): -11847120 or 3160651. OLE color: 3160651.
HSL color Cylindrical-coordinate representation of color #4B3A30: hue angle of 22.22º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4B3A30 is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 58 | 48 | - |
| CMYK | 0 | 0.23 | 0.36 | 0.71 |
| HSL | 22.22º | 0.22% | 0.24% | - |
| HSV(B) | 22.22º | 0.36% | 0.29% | - |
| XYZ | 4.95 | 4.74 | 3.45 | - |
| YUV | 61.94 | 120.13 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 58 | 48 | 0 | 0.23 | 0.36 | 0.71 | 22.22 | 0.22 | 0.24 |
| Hex | 4B | 3A | 30 | 0 | 17 | 24 | 47 | 16 | 16 | 18 |
| Octal | 113 | 72 | 60 | 0 | 27 | 44 | 107 | 26 | 26 | 30 |
| Binary | 1001011 | 111010 | 110000 | 0 | 10111 | 100100 | 1000111 | 10110 | 10110 | 11000 |
Color Harmonies of #4B3A30
Complementary color
Monochromatic Colors of #4B3A30
Black with #4B3A30
Text Example
Text Example
White with #4B3A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3A30; }
p { color: rgb(75,58,48); }
H1.HeaderClassName
{
color: #4B3A30;
}
.AnyTagClassName
{
color: #4B3A30;
}
</style>
background-color css
<style>
a { background-color: #4B3A30; }
a { background-color: rgb(75,58,48); }
div.DivClassName
{
background-color: #4B3A30;
}
.BgClassName
{
background-color: #4B3A30;
}
</style>
border-color css
<style>
span { border-color: #4B3A30; }
span { border-color: rgb(75,58,48); }
td.TdClassName
{
border-color: #4B3A30;
}
.TagClassName
{
border-color: #4B3A30;
}
</style>