Shades of Corduroy #3D5049
Tints of Corduroy #3D5049
RGB
CMYK
RGB Variations
Color information
#3D5049 (or 0x3D5049) is known color: Corduroy. HEX triplet: 3D, 50 and 49. RGB value is (61,80,73). Sum of RGB (Red+Green+Blue) = 61+80+73=214 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.50% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 73 (28.91% from 255 or 34.11% from 214); Max value from RGB is 80 - color contains mainly: green. Hex color #3D5049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5049 is #C2AFB6. Grayscale: #494949. Windows color (decimal): -12758967 or 4804669. OLE color: 4804669.
HSL color Cylindrical-coordinate representation of color #3D5049: hue angle of 157.89º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3D5049 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 61 | 80 | 73 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.69 |
| HSL | 157.89º | 0.13% | 0.28% | - |
| HSV(B) | 157.89º | 0.24% | 0.31% | - |
| XYZ | 6 | 7.21 | 7.38 | - |
| YUV | 73.52 | 127.71 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 80 | 73 | 0.24 | 0 | 0.09 | 0.69 | 157.89 | 0.13 | 0.28 |
| Hex | 3D | 50 | 49 | 18 | 0 | 9 | 45 | 9E | D | 1C |
| Octal | 75 | 120 | 111 | 30 | 0 | 11 | 105 | 236 | 15 | 34 |
| Binary | 111101 | 1010000 | 1001001 | 11000 | 0 | 1001 | 1000101 | 10011110 | 1101 | 11100 |
Color Harmonies of #3D5049
Complementary color
Monochromatic Colors of #3D5049
Black with #3D5049
Text Example
Text Example
White with #3D5049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5049; }
p { color: rgb(61,80,73); }
H1.HeaderClassName
{
color: #3D5049;
}
.AnyTagClassName
{
color: #3D5049;
}
</style>
background-color css
<style>
a { background-color: #3D5049; }
a { background-color: rgb(61,80,73); }
div.DivClassName
{
background-color: #3D5049;
}
.BgClassName
{
background-color: #3D5049;
}
</style>
border-color css
<style>
span { border-color: #3D5049; }
span { border-color: rgb(61,80,73); }
td.TdClassName
{
border-color: #3D5049;
}
.TagClassName
{
border-color: #3D5049;
}
</style>