Shades of Corduroy #3C4945
Tints of Corduroy #3C4945
RGB
CMYK
RGB Variations
Color information
#3C4945 (or 0x3C4945) is known color: Corduroy. HEX triplet: 3C, 49 and 45. RGB value is (60,73,69). Sum of RGB (Red+Green+Blue) = 60+73+69=202 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.70% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 69 (27.34% from 255 or 34.16% from 202); Max value from RGB is 73 - color contains mainly: green. Hex color #3C4945 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4945 is #C3B6BA. Grayscale: #444444. Windows color (decimal): -12826299 or 4540732. OLE color: 4540732.
HSL color Cylindrical-coordinate representation of color #3C4945: hue angle of 161.54º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3C4945 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 60 | 73 | 69 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.71 |
| HSL | 161.54º | 0.1% | 0.26% | - |
| HSV(B) | 161.54º | 0.18% | 0.29% | - |
| XYZ | 5.32 | 6.16 | 6.54 | - |
| YUV | 68.66 | 128.19 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 73 | 69 | 0.18 | 0 | 0.05 | 0.71 | 161.54 | 0.1 | 0.26 |
| Hex | 3C | 49 | 45 | 12 | 0 | 5 | 47 | A2 | A | 1A |
| Octal | 74 | 111 | 105 | 22 | 0 | 5 | 107 | 242 | 12 | 32 |
| Binary | 111100 | 1001001 | 1000101 | 10010 | 0 | 101 | 1000111 | 10100010 | 1010 | 11010 |
Color Harmonies of #3C4945
Complementary color
Monochromatic Colors of #3C4945
Black with #3C4945
Text Example
Text Example
White with #3C4945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4945; }
p { color: rgb(60,73,69); }
H1.HeaderClassName
{
color: #3C4945;
}
.AnyTagClassName
{
color: #3C4945;
}
</style>
background-color css
<style>
a { background-color: #3C4945; }
a { background-color: rgb(60,73,69); }
div.DivClassName
{
background-color: #3C4945;
}
.BgClassName
{
background-color: #3C4945;
}
</style>
border-color css
<style>
span { border-color: #3C4945; }
span { border-color: rgb(60,73,69); }
td.TdClassName
{
border-color: #3C4945;
}
.TagClassName
{
border-color: #3C4945;
}
</style>