Shades of Taupe #403D3B
Tints of Taupe #403D3B
RGB
CMYK
RGB Variations
Color information
#403D3B (or 0x403D3B) is known color: Taupe. HEX triplet: 40, 3D and 3B. RGB value is (64,61,59). Sum of RGB (Red+Green+Blue) = 64+61+59=184 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.78% from 184); Green value is 61 (24.22% from 255 or 33.15% from 184); Blue value is 59 (23.44% from 255 or 32.07% from 184); Max value from RGB is 64 - color contains mainly: red. Hex color #403D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403D3B is #BFC2C4. Grayscale: #3D3D3D. Windows color (decimal): -12567237 or 3882304. OLE color: 3882304.
HSL color Cylindrical-coordinate representation of color #403D3B: hue angle of 24º degrees, saturation: 0.04, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #403D3B is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 61 | 59 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.75 |
| HSL | 24º | 0.04% | 0.24% | - |
| HSV(B) | 24º | 0.08% | 0.25% | - |
| XYZ | 4.57 | 4.74 | 4.81 | - |
| YUV | 61.67 | 126.49 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 61 | 59 | 0 | 0.05 | 0.08 | 0.75 | 24 | 0.04 | 0.24 |
| Hex | 40 | 3D | 3B | 0 | 5 | 8 | 4B | 18 | 4 | 18 |
| Octal | 100 | 75 | 73 | 0 | 5 | 10 | 113 | 30 | 4 | 30 |
| Binary | 1000000 | 111101 | 111011 | 0 | 101 | 1000 | 1001011 | 11000 | 100 | 11000 |
Color Harmonies of #403D3B
Complementary color
Monochromatic Colors of #403D3B
Black with #403D3B
Text Example
Text Example
White with #403D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403D3B; }
p { color: rgb(64,61,59); }
H1.HeaderClassName
{
color: #403D3B;
}
.AnyTagClassName
{
color: #403D3B;
}
</style>
background-color css
<style>
a { background-color: #403D3B; }
a { background-color: rgb(64,61,59); }
div.DivClassName
{
background-color: #403D3B;
}
.BgClassName
{
background-color: #403D3B;
}
</style>
border-color css
<style>
span { border-color: #403D3B; }
span { border-color: rgb(64,61,59); }
td.TdClassName
{
border-color: #403D3B;
}
.TagClassName
{
border-color: #403D3B;
}
</style>