Shades of Taupe #463C32
Tints of Taupe #463C32
RGB
CMYK
RGB Variations
Color information
#463C32 (or 0x463C32) is known color: Taupe. HEX triplet: 46, 3C and 32. RGB value is (70,60,50). Sum of RGB (Red+Green+Blue) = 70+60+50=180 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.89% from 180); Green value is 60 (23.83% from 255 or 33.33% from 180); Blue value is 50 (19.92% from 255 or 27.78% from 180); Max value from RGB is 70 - color contains mainly: red. Hex color #463C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463C32 is #B9C3CD. Grayscale: #3D3D3D. Windows color (decimal): -12174286 or 3292230. OLE color: 3292230.
HSL color Cylindrical-coordinate representation of color #463C32: hue angle of 30º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #463C32 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 60 | 50 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.73 |
| HSL | 30º | 0.17% | 0.24% | - |
| HSV(B) | 30º | 0.29% | 0.27% | - |
| XYZ | 4.72 | 4.76 | 3.69 | - |
| YUV | 61.85 | 121.31 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 60 | 50 | 0 | 0.14 | 0.29 | 0.73 | 30 | 0.17 | 0.24 |
| Hex | 46 | 3C | 32 | 0 | E | 1D | 49 | 1E | 11 | 18 |
| Octal | 106 | 74 | 62 | 0 | 16 | 35 | 111 | 36 | 21 | 30 |
| Binary | 1000110 | 111100 | 110010 | 0 | 1110 | 11101 | 1001001 | 11110 | 10001 | 11000 |
Color Harmonies of #463C32
Complementary color
Monochromatic Colors of #463C32
Black with #463C32
Text Example
Text Example
White with #463C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463C32; }
p { color: rgb(70,60,50); }
H1.HeaderClassName
{
color: #463C32;
}
.AnyTagClassName
{
color: #463C32;
}
</style>
background-color css
<style>
a { background-color: #463C32; }
a { background-color: rgb(70,60,50); }
div.DivClassName
{
background-color: #463C32;
}
.BgClassName
{
background-color: #463C32;
}
</style>
border-color css
<style>
span { border-color: #463C32; }
span { border-color: rgb(70,60,50); }
td.TdClassName
{
border-color: #463C32;
}
.TagClassName
{
border-color: #463C32;
}
</style>