Shades of Taupe #443D34
Tints of Taupe #443D34
RGB
CMYK
RGB Variations
Color information
#443D34 (or 0x443D34) is known color: Taupe. HEX triplet: 44, 3D and 34. RGB value is (68,61,52). Sum of RGB (Red+Green+Blue) = 68+61+52=181 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.57% from 181); Green value is 61 (24.22% from 255 or 33.70% from 181); Blue value is 52 (20.70% from 255 or 28.73% from 181); Max value from RGB is 68 - color contains mainly: red. Hex color #443D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443D34 is #BBC2CB. Grayscale: #3E3E3E. Windows color (decimal): -12305100 or 3423556. OLE color: 3423556.
HSL color Cylindrical-coordinate representation of color #443D34: hue angle of 33.75º degrees, saturation: 0.13, 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 #443D34 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 61 | 52 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.73 |
| HSL | 33.75º | 0.13% | 0.24% | - |
| HSV(B) | 33.75º | 0.24% | 0.27% | - |
| XYZ | 4.67 | 4.81 | 3.93 | - |
| YUV | 62.07 | 122.32 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 61 | 52 | 0 | 0.10 | 0.24 | 0.73 | 33.75 | 0.13 | 0.24 |
| Hex | 44 | 3D | 34 | 0 | A | 18 | 49 | 22 | D | 18 |
| Octal | 104 | 75 | 64 | 0 | 12 | 30 | 111 | 42 | 15 | 30 |
| Binary | 1000100 | 111101 | 110100 | 0 | 1010 | 11000 | 1001001 | 100010 | 1101 | 11000 |
Color Harmonies of #443D34
Complementary color
Monochromatic Colors of #443D34
Black with #443D34
Text Example
Text Example
White with #443D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443D34; }
p { color: rgb(68,61,52); }
H1.HeaderClassName
{
color: #443D34;
}
.AnyTagClassName
{
color: #443D34;
}
</style>
background-color css
<style>
a { background-color: #443D34; }
a { background-color: rgb(68,61,52); }
div.DivClassName
{
background-color: #443D34;
}
.BgClassName
{
background-color: #443D34;
}
</style>
border-color css
<style>
span { border-color: #443D34; }
span { border-color: rgb(68,61,52); }
td.TdClassName
{
border-color: #443D34;
}
.TagClassName
{
border-color: #443D34;
}
</style>