Shades of Corduroy #385249
Tints of Corduroy #385249
RGB
CMYK
RGB Variations
Color information
#385249 (or 0x385249) is known color: Corduroy. HEX triplet: 38, 52 and 49. RGB value is (56,82,73). Sum of RGB (Red+Green+Blue) = 56+82+73=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 73 (28.91% from 255 or 34.60% from 211); Max value from RGB is 82 - color contains mainly: green. Hex color #385249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385249 is #C7ADB6. Grayscale: #494949. Windows color (decimal): -13086135 or 4805176. OLE color: 4805176.
HSL color Cylindrical-coordinate representation of color #385249: hue angle of 159.23º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #385249 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 56 | 82 | 73 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.68 |
| HSL | 159.23º | 0.19% | 0.27% | - |
| HSV(B) | 159.23º | 0.32% | 0.32% | - |
| XYZ | 5.85 | 7.36 | 7.41 | - |
| YUV | 73.2 | 127.89 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 82 | 73 | 0.32 | 0 | 0.11 | 0.68 | 159.23 | 0.19 | 0.27 |
| Hex | 38 | 52 | 49 | 20 | 0 | B | 44 | 9F | 13 | 1B |
| Octal | 70 | 122 | 111 | 40 | 0 | 13 | 104 | 237 | 23 | 33 |
| Binary | 111000 | 1010010 | 1001001 | 100000 | 0 | 1011 | 1000100 | 10011111 | 10011 | 11011 |
Color Harmonies of #385249
Complementary color
Monochromatic Colors of #385249
Black with #385249
Text Example
Text Example
White with #385249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385249; }
p { color: rgb(56,82,73); }
H1.HeaderClassName
{
color: #385249;
}
.AnyTagClassName
{
color: #385249;
}
</style>
background-color css
<style>
a { background-color: #385249; }
a { background-color: rgb(56,82,73); }
div.DivClassName
{
background-color: #385249;
}
.BgClassName
{
background-color: #385249;
}
</style>
border-color css
<style>
span { border-color: #385249; }
span { border-color: rgb(56,82,73); }
td.TdClassName
{
border-color: #385249;
}
.TagClassName
{
border-color: #385249;
}
</style>