Shades of Taupe #3D3A37
Tints of Taupe #3D3A37
RGB
CMYK
RGB Variations
Color information
#3D3A37 (or 0x3D3A37) is known color: Taupe. HEX triplet: 3D, 3A and 37. RGB value is (61,58,55). Sum of RGB (Red+Green+Blue) = 61+58+55=174 (23% of max value = 765). Red value is 61 (24.22% from 255 or 35.06% from 174); Green value is 58 (23.05% from 255 or 33.33% from 174); Blue value is 55 (21.88% from 255 or 31.61% from 174); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3A37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3A37 is #C2C5C8. Grayscale: #3A3A3A. Windows color (decimal): -12764617 or 3619389. OLE color: 3619389.
HSL color Cylindrical-coordinate representation of color #3D3A37: hue angle of 30º degrees, saturation: 0.05, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #3D3A37 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 58 | 55 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.76 |
| HSL | 30º | 0.05% | 0.23% | - |
| HSV(B) | 30º | 0.1% | 0.24% | - |
| XYZ | 4.13 | 4.29 | 4.23 | - |
| YUV | 58.56 | 125.99 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 58 | 55 | 0 | 0.05 | 0.10 | 0.76 | 30 | 0.05 | 0.23 |
| Hex | 3D | 3A | 37 | 0 | 5 | A | 4C | 1E | 5 | 17 |
| Octal | 75 | 72 | 67 | 0 | 5 | 12 | 114 | 36 | 5 | 27 |
| Binary | 111101 | 111010 | 110111 | 0 | 101 | 1010 | 1001100 | 11110 | 101 | 10111 |
Color Harmonies of #3D3A37
Complementary color
Monochromatic Colors of #3D3A37
Black with #3D3A37
Text Example
Text Example
White with #3D3A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3A37; }
p { color: rgb(61,58,55); }
H1.HeaderClassName
{
color: #3D3A37;
}
.AnyTagClassName
{
color: #3D3A37;
}
</style>
background-color css
<style>
a { background-color: #3D3A37; }
a { background-color: rgb(61,58,55); }
div.DivClassName
{
background-color: #3D3A37;
}
.BgClassName
{
background-color: #3D3A37;
}
</style>
border-color css
<style>
span { border-color: #3D3A37; }
span { border-color: rgb(61,58,55); }
td.TdClassName
{
border-color: #3D3A37;
}
.TagClassName
{
border-color: #3D3A37;
}
</style>