Shades of Corduroy #394C48
Tints of Corduroy #394C48
RGB
CMYK
RGB Variations
Color information
#394C48 (or 0x394C48) is known color: Corduroy. HEX triplet: 39, 4C and 48. RGB value is (57,76,72). Sum of RGB (Red+Green+Blue) = 57+76+72=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 76 (30.08% from 255 or 37.07% from 205); Blue value is 72 (28.52% from 255 or 35.12% from 205); Max value from RGB is 76 - color contains mainly: green. Hex color #394C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394C48 is #C6B3B7. Grayscale: #454545. Windows color (decimal): -13022136 or 4738105. OLE color: 4738105.
HSL color Cylindrical-coordinate representation of color #394C48: hue angle of 167.37º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #394C48 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 57 | 76 | 72 | - |
| CMYK | 0.25 | 0 | 0.05 | 0.70 |
| HSL | 167.37º | 0.14% | 0.26% | - |
| HSV(B) | 167.37º | 0.25% | 0.3% | - |
| XYZ | 5.44 | 6.51 | 7.1 | - |
| YUV | 69.86 | 129.21 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 76 | 72 | 0.25 | 0 | 0.05 | 0.70 | 167.37 | 0.14 | 0.26 |
| Hex | 39 | 4C | 48 | 19 | 0 | 5 | 46 | A7 | E | 1A |
| Octal | 71 | 114 | 110 | 31 | 0 | 5 | 106 | 247 | 16 | 32 |
| Binary | 111001 | 1001100 | 1001000 | 11001 | 0 | 101 | 1000110 | 10100111 | 1110 | 11010 |
Color Harmonies of #394C48
Complementary color
Monochromatic Colors of #394C48
Black with #394C48
Text Example
Text Example
White with #394C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394C48; }
p { color: rgb(57,76,72); }
H1.HeaderClassName
{
color: #394C48;
}
.AnyTagClassName
{
color: #394C48;
}
</style>
background-color css
<style>
a { background-color: #394C48; }
a { background-color: rgb(57,76,72); }
div.DivClassName
{
background-color: #394C48;
}
.BgClassName
{
background-color: #394C48;
}
</style>
border-color css
<style>
span { border-color: #394C48; }
span { border-color: rgb(57,76,72); }
td.TdClassName
{
border-color: #394C48;
}
.TagClassName
{
border-color: #394C48;
}
</style>