Shades of Corduroy #394D49
Tints of Corduroy #394D49
RGB
CMYK
RGB Variations
Color information
#394D49 (or 0x394D49) is known color: Corduroy. HEX triplet: 39, 4D and 49. RGB value is (57,77,73). Sum of RGB (Red+Green+Blue) = 57+77+73=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 77 (30.47% from 255 or 37.20% from 207); Blue value is 73 (28.91% from 255 or 35.27% from 207); Max value from RGB is 77 - color contains mainly: green. Hex color #394D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394D49 is #C6B2B6. Grayscale: #464646. Windows color (decimal): -13021879 or 4803897. OLE color: 4803897.
HSL color Cylindrical-coordinate representation of color #394D49: hue angle of 168º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #394D49 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 57 | 77 | 73 | - |
| CMYK | 0.26 | 0 | 0.05 | 0.70 |
| HSL | 168º | 0.15% | 0.26% | - |
| HSV(B) | 168º | 0.26% | 0.3% | - |
| XYZ | 5.54 | 6.66 | 7.3 | - |
| YUV | 70.56 | 129.37 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 77 | 73 | 0.26 | 0 | 0.05 | 0.70 | 168 | 0.15 | 0.26 |
| Hex | 39 | 4D | 49 | 1A | 0 | 5 | 46 | A8 | F | 1A |
| Octal | 71 | 115 | 111 | 32 | 0 | 5 | 106 | 250 | 17 | 32 |
| Binary | 111001 | 1001101 | 1001001 | 11010 | 0 | 101 | 1000110 | 10101000 | 1111 | 11010 |
Color Harmonies of #394D49
Complementary color
Monochromatic Colors of #394D49
Black with #394D49
Text Example
Text Example
White with #394D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394D49; }
p { color: rgb(57,77,73); }
H1.HeaderClassName
{
color: #394D49;
}
.AnyTagClassName
{
color: #394D49;
}
</style>
background-color css
<style>
a { background-color: #394D49; }
a { background-color: rgb(57,77,73); }
div.DivClassName
{
background-color: #394D49;
}
.BgClassName
{
background-color: #394D49;
}
</style>
border-color css
<style>
span { border-color: #394D49; }
span { border-color: rgb(57,77,73); }
td.TdClassName
{
border-color: #394D49;
}
.TagClassName
{
border-color: #394D49;
}
</style>