Shades of Taupe #4F3E30
Tints of Taupe #4F3E30
RGB
CMYK
RGB Variations
Color information
#4F3E30 (or 0x4F3E30) is known color: Taupe. HEX triplet: 4F, 3E and 30. RGB value is (79,62,48). Sum of RGB (Red+Green+Blue) = 79+62+48=189 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.80% from 189); Green value is 62 (24.61% from 255 or 32.80% from 189); Blue value is 48 (19.14% from 255 or 25.40% from 189); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3E30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3E30 is #B0C1CF. Grayscale: #414141. Windows color (decimal): -11583952 or 3161679. OLE color: 3161679.
HSL color Cylindrical-coordinate representation of color #4F3E30: hue angle of 27.1º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4F3E30 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 62 | 48 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.69 |
| HSL | 27.1º | 0.24% | 0.25% | - |
| HSV(B) | 27.1º | 0.39% | 0.31% | - |
| XYZ | 5.48 | 5.32 | 3.53 | - |
| YUV | 65.49 | 118.13 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 62 | 48 | 0 | 0.22 | 0.39 | 0.69 | 27.1 | 0.24 | 0.25 |
| Hex | 4F | 3E | 30 | 0 | 16 | 27 | 45 | 1B | 18 | 19 |
| Octal | 117 | 76 | 60 | 0 | 26 | 47 | 105 | 33 | 30 | 31 |
| Binary | 1001111 | 111110 | 110000 | 0 | 10110 | 100111 | 1000101 | 11011 | 11000 | 11001 |
Color Harmonies of #4F3E30
Complementary color
Monochromatic Colors of #4F3E30
Black with #4F3E30
Text Example
Text Example
White with #4F3E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3E30; }
p { color: rgb(79,62,48); }
H1.HeaderClassName
{
color: #4F3E30;
}
.AnyTagClassName
{
color: #4F3E30;
}
</style>
background-color css
<style>
a { background-color: #4F3E30; }
a { background-color: rgb(79,62,48); }
div.DivClassName
{
background-color: #4F3E30;
}
.BgClassName
{
background-color: #4F3E30;
}
</style>
border-color css
<style>
span { border-color: #4F3E30; }
span { border-color: rgb(79,62,48); }
td.TdClassName
{
border-color: #4F3E30;
}
.TagClassName
{
border-color: #4F3E30;
}
</style>