Shades of Corduroy #3C5048
Tints of Corduroy #3C5048
RGB
CMYK
RGB Variations
Color information
#3C5048 (or 0x3C5048) is known color: Corduroy. HEX triplet: 3C, 50 and 48. RGB value is (60,80,72). Sum of RGB (Red+Green+Blue) = 60+80+72=212 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.30% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 80 - color contains mainly: green. Hex color #3C5048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5048 is #C3AFB7. Grayscale: #494949. Windows color (decimal): -12824504 or 4739132. OLE color: 4739132.
HSL color Cylindrical-coordinate representation of color #3C5048: hue angle of 156º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3C5048 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 60 | 80 | 72 | - |
| CMYK | 0.25 | 0 | 0.10 | 0.69 |
| HSL | 156º | 0.14% | 0.27% | - |
| HSV(B) | 156º | 0.25% | 0.31% | - |
| XYZ | 5.9 | 7.17 | 7.2 | - |
| YUV | 73.11 | 127.37 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 80 | 72 | 0.25 | 0 | 0.10 | 0.69 | 156 | 0.14 | 0.27 |
| Hex | 3C | 50 | 48 | 19 | 0 | A | 45 | 9C | E | 1B |
| Octal | 74 | 120 | 110 | 31 | 0 | 12 | 105 | 234 | 16 | 33 |
| Binary | 111100 | 1010000 | 1001000 | 11001 | 0 | 1010 | 1000101 | 10011100 | 1110 | 11011 |
Color Harmonies of #3C5048
Complementary color
Monochromatic Colors of #3C5048
Black with #3C5048
Text Example
Text Example
White with #3C5048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5048; }
p { color: rgb(60,80,72); }
H1.HeaderClassName
{
color: #3C5048;
}
.AnyTagClassName
{
color: #3C5048;
}
</style>
background-color css
<style>
a { background-color: #3C5048; }
a { background-color: rgb(60,80,72); }
div.DivClassName
{
background-color: #3C5048;
}
.BgClassName
{
background-color: #3C5048;
}
</style>
border-color css
<style>
span { border-color: #3C5048; }
span { border-color: rgb(60,80,72); }
td.TdClassName
{
border-color: #3C5048;
}
.TagClassName
{
border-color: #3C5048;
}
</style>