Shades of Corduroy #394943
Tints of Corduroy #394943
RGB
CMYK
RGB Variations
Color information
#394943 (or 0x394943) is known color: Corduroy. HEX triplet: 39, 49 and 43. RGB value is (57,73,67). Sum of RGB (Red+Green+Blue) = 57+73+67=197 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.93% from 197); Green value is 73 (28.91% from 255 or 37.06% from 197); Blue value is 67 (26.56% from 255 or 34.01% from 197); Max value from RGB is 73 - color contains mainly: green. Hex color #394943 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394943 is #C6B6BC. Grayscale: #434343. Windows color (decimal): -13022909 or 4409657. OLE color: 4409657.
HSL color Cylindrical-coordinate representation of color #394943: hue angle of 157.5º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #394943 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 57 | 73 | 67 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.71 |
| HSL | 157.5º | 0.12% | 0.25% | - |
| HSV(B) | 157.5º | 0.22% | 0.29% | - |
| XYZ | 5.08 | 6.04 | 6.21 | - |
| YUV | 67.53 | 127.7 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 73 | 67 | 0.22 | 0 | 0.08 | 0.71 | 157.5 | 0.12 | 0.25 |
| Hex | 39 | 49 | 43 | 16 | 0 | 8 | 47 | 9E | C | 19 |
| Octal | 71 | 111 | 103 | 26 | 0 | 10 | 107 | 236 | 14 | 31 |
| Binary | 111001 | 1001001 | 1000011 | 10110 | 0 | 1000 | 1000111 | 10011110 | 1100 | 11001 |
Color Harmonies of #394943
Complementary color
Monochromatic Colors of #394943
Black with #394943
Text Example
Text Example
White with #394943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394943; }
p { color: rgb(57,73,67); }
H1.HeaderClassName
{
color: #394943;
}
.AnyTagClassName
{
color: #394943;
}
</style>
background-color css
<style>
a { background-color: #394943; }
a { background-color: rgb(57,73,67); }
div.DivClassName
{
background-color: #394943;
}
.BgClassName
{
background-color: #394943;
}
</style>
border-color css
<style>
span { border-color: #394943; }
span { border-color: rgb(57,73,67); }
td.TdClassName
{
border-color: #394943;
}
.TagClassName
{
border-color: #394943;
}
</style>