Shades of Taupe #43392F
Tints of Taupe #43392F
RGB
CMYK
RGB Variations
Color information
#43392F (or 0x43392F) is known color: Taupe. HEX triplet: 43, 39 and 2F. RGB value is (67,57,47). Sum of RGB (Red+Green+Blue) = 67+57+47=171 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.18% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 47 (18.75% from 255 or 27.49% from 171); Max value from RGB is 67 - color contains mainly: red. Hex color #43392F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43392F is #BCC6D0. Grayscale: #3A3A3A. Windows color (decimal): -12371665 or 3094851. OLE color: 3094851.
HSL color Cylindrical-coordinate representation of color #43392F: hue angle of 30º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #43392F is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 57 | 47 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.74 |
| HSL | 30º | 0.18% | 0.22% | - |
| HSV(B) | 30º | 0.3% | 0.26% | - |
| XYZ | 4.29 | 4.32 | 3.3 | - |
| YUV | 58.85 | 121.31 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 57 | 47 | 0 | 0.15 | 0.30 | 0.74 | 30 | 0.18 | 0.22 |
| Hex | 43 | 39 | 2F | 0 | F | 1E | 4A | 1E | 12 | 16 |
| Octal | 103 | 71 | 57 | 0 | 17 | 36 | 112 | 36 | 22 | 26 |
| Binary | 1000011 | 111001 | 101111 | 0 | 1111 | 11110 | 1001010 | 11110 | 10010 | 10110 |
Color Harmonies of #43392F
Complementary color
Monochromatic Colors of #43392F
Black with #43392F
Text Example
Text Example
White with #43392F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43392F; }
p { color: rgb(67,57,47); }
H1.HeaderClassName
{
color: #43392F;
}
.AnyTagClassName
{
color: #43392F;
}
</style>
background-color css
<style>
a { background-color: #43392F; }
a { background-color: rgb(67,57,47); }
div.DivClassName
{
background-color: #43392F;
}
.BgClassName
{
background-color: #43392F;
}
</style>
border-color css
<style>
span { border-color: #43392F; }
span { border-color: rgb(67,57,47); }
td.TdClassName
{
border-color: #43392F;
}
.TagClassName
{
border-color: #43392F;
}
</style>