Shades of Taupe #463B31
Tints of Taupe #463B31
RGB
CMYK
RGB Variations
Color information
#463B31 (or 0x463B31) is known color: Taupe. HEX triplet: 46, 3B and 31. RGB value is (70,59,49). Sum of RGB (Red+Green+Blue) = 70+59+49=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 59 (23.44% from 255 or 33.15% from 178); Blue value is 49 (19.53% from 255 or 27.53% from 178); Max value from RGB is 70 - color contains mainly: red. Hex color #463B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463B31 is #B9C4CE. Grayscale: #3D3D3D. Windows color (decimal): -12174543 or 3226438. OLE color: 3226438.
HSL color Cylindrical-coordinate representation of color #463B31: hue angle of 28.57º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #463B31 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 59 | 49 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.73 |
| HSL | 28.57º | 0.18% | 0.23% | - |
| HSV(B) | 28.57º | 0.3% | 0.27% | - |
| XYZ | 4.64 | 4.65 | 3.56 | - |
| YUV | 61.15 | 121.14 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 59 | 49 | 0 | 0.16 | 0.30 | 0.73 | 28.57 | 0.18 | 0.23 |
| Hex | 46 | 3B | 31 | 0 | 10 | 1E | 49 | 1D | 12 | 17 |
| Octal | 106 | 73 | 61 | 0 | 20 | 36 | 111 | 35 | 22 | 27 |
| Binary | 1000110 | 111011 | 110001 | 0 | 10000 | 11110 | 1001001 | 11101 | 10010 | 10111 |
Color Harmonies of #463B31
Complementary color
Monochromatic Colors of #463B31
Black with #463B31
Text Example
Text Example
White with #463B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463B31; }
p { color: rgb(70,59,49); }
H1.HeaderClassName
{
color: #463B31;
}
.AnyTagClassName
{
color: #463B31;
}
</style>
background-color css
<style>
a { background-color: #463B31; }
a { background-color: rgb(70,59,49); }
div.DivClassName
{
background-color: #463B31;
}
.BgClassName
{
background-color: #463B31;
}
</style>
border-color css
<style>
span { border-color: #463B31; }
span { border-color: rgb(70,59,49); }
td.TdClassName
{
border-color: #463B31;
}
.TagClassName
{
border-color: #463B31;
}
</style>