Shades of Taupe #443B32
Tints of Taupe #443B32
RGB
CMYK
RGB Variations
Color information
#443B32 (or 0x443B32) is known color: Taupe. HEX triplet: 44, 3B and 32. RGB value is (68,59,50). Sum of RGB (Red+Green+Blue) = 68+59+50=177 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.42% from 177); Green value is 59 (23.44% from 255 or 33.33% from 177); Blue value is 50 (19.92% from 255 or 28.25% from 177); Max value from RGB is 68 - color contains mainly: red. Hex color #443B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443B32 is #BBC4CD. Grayscale: #3C3C3C. Windows color (decimal): -12305614 or 3291972. OLE color: 3291972.
HSL color Cylindrical-coordinate representation of color #443B32: hue angle of 30º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #443B32 is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 59 | 50 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.73 |
| HSL | 30º | 0.15% | 0.23% | - |
| HSV(B) | 30º | 0.26% | 0.27% | - |
| XYZ | 4.52 | 4.59 | 3.66 | - |
| YUV | 60.67 | 121.98 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 59 | 50 | 0 | 0.13 | 0.26 | 0.73 | 30 | 0.15 | 0.23 |
| Hex | 44 | 3B | 32 | 0 | D | 1A | 49 | 1E | F | 17 |
| Octal | 104 | 73 | 62 | 0 | 15 | 32 | 111 | 36 | 17 | 27 |
| Binary | 1000100 | 111011 | 110010 | 0 | 1101 | 11010 | 1001001 | 11110 | 1111 | 10111 |
Color Harmonies of #443B32
Complementary color
Monochromatic Colors of #443B32
Black with #443B32
Text Example
Text Example
White with #443B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443B32; }
p { color: rgb(68,59,50); }
H1.HeaderClassName
{
color: #443B32;
}
.AnyTagClassName
{
color: #443B32;
}
</style>
background-color css
<style>
a { background-color: #443B32; }
a { background-color: rgb(68,59,50); }
div.DivClassName
{
background-color: #443B32;
}
.BgClassName
{
background-color: #443B32;
}
</style>
border-color css
<style>
span { border-color: #443B32; }
span { border-color: rgb(68,59,50); }
td.TdClassName
{
border-color: #443B32;
}
.TagClassName
{
border-color: #443B32;
}
</style>