Shades of Taupe #443C31
Tints of Taupe #443C31
RGB
CMYK
RGB Variations
Color information
#443C31 (or 0x443C31) is known color: Taupe. HEX triplet: 44, 3C and 31. RGB value is (68,60,49). Sum of RGB (Red+Green+Blue) = 68+60+49=177 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.42% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 49 (19.53% from 255 or 27.68% from 177); Max value from RGB is 68 - color contains mainly: red. Hex color #443C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443C31 is #BBC3CE. Grayscale: #3D3D3D. Windows color (decimal): -12305359 or 3226692. OLE color: 3226692.
HSL color Cylindrical-coordinate representation of color #443C31: hue angle of 34.74º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #443C31 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 60 | 49 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.73 |
| HSL | 34.74º | 0.16% | 0.23% | - |
| HSV(B) | 34.74º | 0.28% | 0.27% | - |
| XYZ | 4.55 | 4.68 | 3.57 | - |
| YUV | 61.14 | 121.15 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 60 | 49 | 0 | 0.12 | 0.28 | 0.73 | 34.74 | 0.16 | 0.23 |
| Hex | 44 | 3C | 31 | 0 | C | 1C | 49 | 23 | 10 | 17 |
| Octal | 104 | 74 | 61 | 0 | 14 | 34 | 111 | 43 | 20 | 27 |
| Binary | 1000100 | 111100 | 110001 | 0 | 1100 | 11100 | 1001001 | 100011 | 10000 | 10111 |
Color Harmonies of #443C31
Complementary color
Monochromatic Colors of #443C31
Black with #443C31
Text Example
Text Example
White with #443C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443C31; }
p { color: rgb(68,60,49); }
H1.HeaderClassName
{
color: #443C31;
}
.AnyTagClassName
{
color: #443C31;
}
</style>
background-color css
<style>
a { background-color: #443C31; }
a { background-color: rgb(68,60,49); }
div.DivClassName
{
background-color: #443C31;
}
.BgClassName
{
background-color: #443C31;
}
</style>
border-color css
<style>
span { border-color: #443C31; }
span { border-color: rgb(68,60,49); }
td.TdClassName
{
border-color: #443C31;
}
.TagClassName
{
border-color: #443C31;
}
</style>