Shades of Corduroy #375049
Tints of Corduroy #375049
RGB
CMYK
RGB Variations
Color information
#375049 (or 0x375049) is known color: Corduroy. HEX triplet: 37, 50 and 49. RGB value is (55,80,73). Sum of RGB (Red+Green+Blue) = 55+80+73=208 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.44% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 80 - color contains mainly: green. Hex color #375049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375049 is #C8AFB6. Grayscale: #474747. Windows color (decimal): -13152183 or 4804663. OLE color: 4804663.
HSL color Cylindrical-coordinate representation of color #375049: hue angle of 163.2º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #375049 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 55 | 80 | 73 | - |
| CMYK | 0.31 | 0 | 0.09 | 0.69 |
| HSL | 163.2º | 0.19% | 0.26% | - |
| HSV(B) | 163.2º | 0.31% | 0.31% | - |
| XYZ | 5.65 | 7.03 | 7.36 | - |
| YUV | 71.73 | 128.72 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 80 | 73 | 0.31 | 0 | 0.09 | 0.69 | 163.2 | 0.19 | 0.26 |
| Hex | 37 | 50 | 49 | 1F | 0 | 9 | 45 | A3 | 13 | 1A |
| Octal | 67 | 120 | 111 | 37 | 0 | 11 | 105 | 243 | 23 | 32 |
| Binary | 110111 | 1010000 | 1001001 | 11111 | 0 | 1001 | 1000101 | 10100011 | 10011 | 11010 |
Color Harmonies of #375049
Complementary color
Monochromatic Colors of #375049
Black with #375049
Text Example
Text Example
White with #375049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375049; }
p { color: rgb(55,80,73); }
H1.HeaderClassName
{
color: #375049;
}
.AnyTagClassName
{
color: #375049;
}
</style>
background-color css
<style>
a { background-color: #375049; }
a { background-color: rgb(55,80,73); }
div.DivClassName
{
background-color: #375049;
}
.BgClassName
{
background-color: #375049;
}
</style>
border-color css
<style>
span { border-color: #375049; }
span { border-color: rgb(55,80,73); }
td.TdClassName
{
border-color: #375049;
}
.TagClassName
{
border-color: #375049;
}
</style>