Shades of Taupe #463A2D
Tints of Taupe #463A2D
RGB
CMYK
RGB Variations
Color information
#463A2D (or 0x463A2D) is known color: Taupe. HEX triplet: 46, 3A and 2D. RGB value is (70,58,45). Sum of RGB (Red+Green+Blue) = 70+58+45=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 45 (17.97% from 255 or 26.01% from 173); Max value from RGB is 70 - color contains mainly: red. Hex color #463A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463A2D is #B9C5D2. Grayscale: #3C3C3C. Windows color (decimal): -12174803 or 2964038. OLE color: 2964038.
HSL color Cylindrical-coordinate representation of color #463A2D: hue angle of 31.2º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #463A2D is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 58 | 45 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.73 |
| HSL | 31.2º | 0.22% | 0.23% | - |
| HSV(B) | 31.2º | 0.36% | 0.27% | - |
| XYZ | 4.51 | 4.52 | 3.12 | - |
| YUV | 60.11 | 119.48 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 58 | 45 | 0 | 0.17 | 0.36 | 0.73 | 31.2 | 0.22 | 0.23 |
| Hex | 46 | 3A | 2D | 0 | 11 | 24 | 49 | 1F | 16 | 17 |
| Octal | 106 | 72 | 55 | 0 | 21 | 44 | 111 | 37 | 26 | 27 |
| Binary | 1000110 | 111010 | 101101 | 0 | 10001 | 100100 | 1001001 | 11111 | 10110 | 10111 |
Color Harmonies of #463A2D
Complementary color
Monochromatic Colors of #463A2D
Black with #463A2D
Text Example
Text Example
White with #463A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463A2D; }
p { color: rgb(70,58,45); }
H1.HeaderClassName
{
color: #463A2D;
}
.AnyTagClassName
{
color: #463A2D;
}
</style>
background-color css
<style>
a { background-color: #463A2D; }
a { background-color: rgb(70,58,45); }
div.DivClassName
{
background-color: #463A2D;
}
.BgClassName
{
background-color: #463A2D;
}
</style>
border-color css
<style>
span { border-color: #463A2D; }
span { border-color: rgb(70,58,45); }
td.TdClassName
{
border-color: #463A2D;
}
.TagClassName
{
border-color: #463A2D;
}
</style>