Shades of Taupe #433E3A
Tints of Taupe #433E3A
RGB
CMYK
RGB Variations
Color information
#433E3A (or 0x433E3A) is known color: Taupe. HEX triplet: 43, 3E and 3A. RGB value is (67,62,58). Sum of RGB (Red+Green+Blue) = 67+62+58=187 (24% of max value = 765). Red value is 67 (26.56% from 255 or 35.83% from 187); Green value is 62 (24.61% from 255 or 33.16% from 187); Blue value is 58 (23.05% from 255 or 31.02% from 187); Max value from RGB is 67 - color contains mainly: red. Hex color #433E3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433E3A is #BCC1C5. Grayscale: #3F3F3F. Windows color (decimal): -12370374 or 3817027. OLE color: 3817027.
HSL color Cylindrical-coordinate representation of color #433E3A: hue angle of 26.67º degrees, saturation: 0.07, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #433E3A is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 62 | 58 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.74 |
| HSL | 26.67º | 0.07% | 0.25% | - |
| HSV(B) | 26.67º | 0.13% | 0.26% | - |
| XYZ | 4.8 | 4.94 | 4.7 | - |
| YUV | 63.04 | 125.16 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 62 | 58 | 0 | 0.07 | 0.13 | 0.74 | 26.67 | 0.07 | 0.25 |
| Hex | 43 | 3E | 3A | 0 | 7 | D | 4A | 1B | 7 | 19 |
| Octal | 103 | 76 | 72 | 0 | 7 | 15 | 112 | 33 | 7 | 31 |
| Binary | 1000011 | 111110 | 111010 | 0 | 111 | 1101 | 1001010 | 11011 | 111 | 11001 |
Color Harmonies of #433E3A
Complementary color
Monochromatic Colors of #433E3A
Black with #433E3A
Text Example
Text Example
White with #433E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433E3A; }
p { color: rgb(67,62,58); }
H1.HeaderClassName
{
color: #433E3A;
}
.AnyTagClassName
{
color: #433E3A;
}
</style>
background-color css
<style>
a { background-color: #433E3A; }
a { background-color: rgb(67,62,58); }
div.DivClassName
{
background-color: #433E3A;
}
.BgClassName
{
background-color: #433E3A;
}
</style>
border-color css
<style>
span { border-color: #433E3A; }
span { border-color: rgb(67,62,58); }
td.TdClassName
{
border-color: #433E3A;
}
.TagClassName
{
border-color: #433E3A;
}
</style>