Shades of Corduroy #3D4945
Tints of Corduroy #3D4945
RGB
CMYK
RGB Variations
Color information
#3D4945 (or 0x3D4945) is known color: Corduroy. HEX triplet: 3D, 49 and 45. RGB value is (61,73,69). Sum of RGB (Red+Green+Blue) = 61+73+69=203 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.05% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 69 (27.34% from 255 or 33.99% from 203); Max value from RGB is 73 - color contains mainly: green. Hex color #3D4945 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4945 is #C2B6BA. Grayscale: #444444. Windows color (decimal): -12760763 or 4540733. OLE color: 4540733.
HSL color Cylindrical-coordinate representation of color #3D4945: hue angle of 160º degrees, saturation: 0.09, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3D4945 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 61 | 73 | 69 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.71 |
| HSL | 160º | 0.09% | 0.26% | - |
| HSV(B) | 160º | 0.16% | 0.29% | - |
| XYZ | 5.38 | 6.19 | 6.54 | - |
| YUV | 68.96 | 128.02 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 73 | 69 | 0.16 | 0 | 0.05 | 0.71 | 160 | 0.09 | 0.26 |
| Hex | 3D | 49 | 45 | 10 | 0 | 5 | 47 | A0 | 9 | 1A |
| Octal | 75 | 111 | 105 | 20 | 0 | 5 | 107 | 240 | 11 | 32 |
| Binary | 111101 | 1001001 | 1000101 | 10000 | 0 | 101 | 1000111 | 10100000 | 1001 | 11010 |
Color Harmonies of #3D4945
Complementary color
Monochromatic Colors of #3D4945
Black with #3D4945
Text Example
Text Example
White with #3D4945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4945; }
p { color: rgb(61,73,69); }
H1.HeaderClassName
{
color: #3D4945;
}
.AnyTagClassName
{
color: #3D4945;
}
</style>
background-color css
<style>
a { background-color: #3D4945; }
a { background-color: rgb(61,73,69); }
div.DivClassName
{
background-color: #3D4945;
}
.BgClassName
{
background-color: #3D4945;
}
</style>
border-color css
<style>
span { border-color: #3D4945; }
span { border-color: rgb(61,73,69); }
td.TdClassName
{
border-color: #3D4945;
}
.TagClassName
{
border-color: #3D4945;
}
</style>