Shades of Corduroy #3D4943
Tints of Corduroy #3D4943
RGB
CMYK
RGB Variations
Color information
#3D4943 (or 0x3D4943) is known color: Corduroy. HEX triplet: 3D, 49 and 43. RGB value is (61,73,67). Sum of RGB (Red+Green+Blue) = 61+73+67=201 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.35% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 67 (26.56% from 255 or 33.33% from 201); Max value from RGB is 73 - color contains mainly: green. Hex color #3D4943 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4943 is #C2B6BC. Grayscale: #444444. Windows color (decimal): -12760765 or 4409661. OLE color: 4409661.
HSL color Cylindrical-coordinate representation of color #3D4943: hue angle of 150º 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 #3D4943 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 61 | 73 | 67 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.71 |
| HSL | 150º | 0.09% | 0.26% | - |
| HSV(B) | 150º | 0.16% | 0.29% | - |
| XYZ | 5.32 | 6.16 | 6.22 | - |
| YUV | 68.73 | 127.02 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 73 | 67 | 0.16 | 0 | 0.08 | 0.71 | 150 | 0.09 | 0.26 |
| Hex | 3D | 49 | 43 | 10 | 0 | 8 | 47 | 96 | 9 | 1A |
| Octal | 75 | 111 | 103 | 20 | 0 | 10 | 107 | 226 | 11 | 32 |
| Binary | 111101 | 1001001 | 1000011 | 10000 | 0 | 1000 | 1000111 | 10010110 | 1001 | 11010 |
Color Harmonies of #3D4943
Complementary color
Monochromatic Colors of #3D4943
Black with #3D4943
Text Example
Text Example
White with #3D4943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4943; }
p { color: rgb(61,73,67); }
H1.HeaderClassName
{
color: #3D4943;
}
.AnyTagClassName
{
color: #3D4943;
}
</style>
background-color css
<style>
a { background-color: #3D4943; }
a { background-color: rgb(61,73,67); }
div.DivClassName
{
background-color: #3D4943;
}
.BgClassName
{
background-color: #3D4943;
}
</style>
border-color css
<style>
span { border-color: #3D4943; }
span { border-color: rgb(61,73,67); }
td.TdClassName
{
border-color: #3D4943;
}
.TagClassName
{
border-color: #3D4943;
}
</style>