Shades of Corduroy #385349
Tints of Corduroy #385349
RGB
CMYK
RGB Variations
Color information
#385349 (or 0x385349) is known color: Corduroy. HEX triplet: 38, 53 and 49. RGB value is (56,83,73). Sum of RGB (Red+Green+Blue) = 56+83+73=212 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.42% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 73 (28.91% from 255 or 34.43% from 212); Max value from RGB is 83 - color contains mainly: green. Hex color #385349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385349 is #C7ACB6. Grayscale: #494949. Windows color (decimal): -13085879 or 4805432. OLE color: 4805432.
HSL color Cylindrical-coordinate representation of color #385349: hue angle of 157.78º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #385349 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 56 | 83 | 73 | - |
| CMYK | 0.33 | 0 | 0.12 | 0.67 |
| HSL | 157.78º | 0.19% | 0.27% | - |
| HSV(B) | 157.78º | 0.33% | 0.33% | - |
| XYZ | 5.93 | 7.51 | 7.44 | - |
| YUV | 73.79 | 127.55 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 83 | 73 | 0.33 | 0 | 0.12 | 0.67 | 157.78 | 0.19 | 0.27 |
| Hex | 38 | 53 | 49 | 21 | 0 | C | 43 | 9E | 13 | 1B |
| Octal | 70 | 123 | 111 | 41 | 0 | 14 | 103 | 236 | 23 | 33 |
| Binary | 111000 | 1010011 | 1001001 | 100001 | 0 | 1100 | 1000011 | 10011110 | 10011 | 11011 |
Color Harmonies of #385349
Complementary color
Monochromatic Colors of #385349
Black with #385349
Text Example
Text Example
White with #385349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385349; }
p { color: rgb(56,83,73); }
H1.HeaderClassName
{
color: #385349;
}
.AnyTagClassName
{
color: #385349;
}
</style>
background-color css
<style>
a { background-color: #385349; }
a { background-color: rgb(56,83,73); }
div.DivClassName
{
background-color: #385349;
}
.BgClassName
{
background-color: #385349;
}
</style>
border-color css
<style>
span { border-color: #385349; }
span { border-color: rgb(56,83,73); }
td.TdClassName
{
border-color: #385349;
}
.TagClassName
{
border-color: #385349;
}
</style>