Shades of Taupe #443D36
Tints of Taupe #443D36
RGB
CMYK
RGB Variations
Color information
#443D36 (or 0x443D36) is known color: Taupe. HEX triplet: 44, 3D and 36. RGB value is (68,61,54). Sum of RGB (Red+Green+Blue) = 68+61+54=183 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.16% from 183); Green value is 61 (24.22% from 255 or 33.33% from 183); Blue value is 54 (21.48% from 255 or 29.51% from 183); Max value from RGB is 68 - color contains mainly: red. Hex color #443D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443D36 is #BBC2C9. Grayscale: #3E3E3E. Windows color (decimal): -12305098 or 3554628. OLE color: 3554628.
HSL color Cylindrical-coordinate representation of color #443D36: hue angle of 30º degrees, saturation: 0.11, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #443D36 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 61 | 54 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.73 |
| HSL | 30º | 0.11% | 0.24% | - |
| HSV(B) | 30º | 0.21% | 0.27% | - |
| XYZ | 4.72 | 4.83 | 4.17 | - |
| YUV | 62.3 | 123.32 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 61 | 54 | 0 | 0.10 | 0.21 | 0.73 | 30 | 0.11 | 0.24 |
| Hex | 44 | 3D | 36 | 0 | A | 15 | 49 | 1E | B | 18 |
| Octal | 104 | 75 | 66 | 0 | 12 | 25 | 111 | 36 | 13 | 30 |
| Binary | 1000100 | 111101 | 110110 | 0 | 1010 | 10101 | 1001001 | 11110 | 1011 | 11000 |
Color Harmonies of #443D36
Complementary color
Monochromatic Colors of #443D36
Black with #443D36
Text Example
Text Example
White with #443D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443D36; }
p { color: rgb(68,61,54); }
H1.HeaderClassName
{
color: #443D36;
}
.AnyTagClassName
{
color: #443D36;
}
</style>
background-color css
<style>
a { background-color: #443D36; }
a { background-color: rgb(68,61,54); }
div.DivClassName
{
background-color: #443D36;
}
.BgClassName
{
background-color: #443D36;
}
</style>
border-color css
<style>
span { border-color: #443D36; }
span { border-color: rgb(68,61,54); }
td.TdClassName
{
border-color: #443D36;
}
.TagClassName
{
border-color: #443D36;
}
</style>