Shades of Taupe #403C37
Tints of Taupe #403C37
RGB
CMYK
RGB Variations
Color information
#403C37 (or 0x403C37) is known color: Taupe. HEX triplet: 40, 3C and 37. RGB value is (64,60,55). Sum of RGB (Red+Green+Blue) = 64+60+55=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 60 (23.83% from 255 or 33.52% from 179); Blue value is 55 (21.88% from 255 or 30.73% from 179); Max value from RGB is 64 - color contains mainly: red. Hex color #403C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403C37 is #BFC3C8. Grayscale: #3C3C3C. Windows color (decimal): -12567497 or 3619904. OLE color: 3619904.
HSL color Cylindrical-coordinate representation of color #403C37: hue angle of 33.33º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #403C37 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 60 | 55 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.75 |
| HSL | 33.33º | 0.08% | 0.23% | - |
| HSV(B) | 33.33º | 0.14% | 0.25% | - |
| XYZ | 4.42 | 4.6 | 4.27 | - |
| YUV | 60.63 | 124.83 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 60 | 55 | 0 | 0.06 | 0.14 | 0.75 | 33.33 | 0.08 | 0.23 |
| Hex | 40 | 3C | 37 | 0 | 6 | E | 4B | 21 | 8 | 17 |
| Octal | 100 | 74 | 67 | 0 | 6 | 16 | 113 | 41 | 10 | 27 |
| Binary | 1000000 | 111100 | 110111 | 0 | 110 | 1110 | 1001011 | 100001 | 1000 | 10111 |
Color Harmonies of #403C37
Complementary color
Monochromatic Colors of #403C37
Black with #403C37
Text Example
Text Example
White with #403C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403C37; }
p { color: rgb(64,60,55); }
H1.HeaderClassName
{
color: #403C37;
}
.AnyTagClassName
{
color: #403C37;
}
</style>
background-color css
<style>
a { background-color: #403C37; }
a { background-color: rgb(64,60,55); }
div.DivClassName
{
background-color: #403C37;
}
.BgClassName
{
background-color: #403C37;
}
</style>
border-color css
<style>
span { border-color: #403C37; }
span { border-color: rgb(64,60,55); }
td.TdClassName
{
border-color: #403C37;
}
.TagClassName
{
border-color: #403C37;
}
</style>