Shades of Taupe #463D35
Tints of Taupe #463D35
RGB
CMYK
RGB Variations
Color information
#463D35 (or 0x463D35) is known color: Taupe. HEX triplet: 46, 3D and 35. RGB value is (70,61,53). Sum of RGB (Red+Green+Blue) = 70+61+53=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 61 (24.22% from 255 or 33.15% from 184); Blue value is 53 (21.09% from 255 or 28.80% from 184); Max value from RGB is 70 - color contains mainly: red. Hex color #463D35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463D35 is #B9C2CA. Grayscale: #3E3E3E. Windows color (decimal): -12174027 or 3489094. OLE color: 3489094.
HSL color Cylindrical-coordinate representation of color #463D35: hue angle of 28.24º degrees, saturation: 0.14, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #463D35 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 61 | 53 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.73 |
| HSL | 28.24º | 0.14% | 0.24% | - |
| HSV(B) | 28.24º | 0.24% | 0.27% | - |
| XYZ | 4.84 | 4.9 | 4.06 | - |
| YUV | 62.78 | 122.48 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 61 | 53 | 0 | 0.13 | 0.24 | 0.73 | 28.24 | 0.14 | 0.24 |
| Hex | 46 | 3D | 35 | 0 | D | 18 | 49 | 1C | E | 18 |
| Octal | 106 | 75 | 65 | 0 | 15 | 30 | 111 | 34 | 16 | 30 |
| Binary | 1000110 | 111101 | 110101 | 0 | 1101 | 11000 | 1001001 | 11100 | 1110 | 11000 |
Color Harmonies of #463D35
Complementary color
Monochromatic Colors of #463D35
Black with #463D35
Text Example
Text Example
White with #463D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463D35; }
p { color: rgb(70,61,53); }
H1.HeaderClassName
{
color: #463D35;
}
.AnyTagClassName
{
color: #463D35;
}
</style>
background-color css
<style>
a { background-color: #463D35; }
a { background-color: rgb(70,61,53); }
div.DivClassName
{
background-color: #463D35;
}
.BgClassName
{
background-color: #463D35;
}
</style>
border-color css
<style>
span { border-color: #463D35; }
span { border-color: rgb(70,61,53); }
td.TdClassName
{
border-color: #463D35;
}
.TagClassName
{
border-color: #463D35;
}
</style>