Shades of Corduroy #445751
Tints of Corduroy #445751
RGB
CMYK
RGB Variations
Color information
#445751 (or 0x445751) is known color: Corduroy. HEX triplet: 44, 57 and 51. RGB value is (68,87,81). Sum of RGB (Red+Green+Blue) = 68+87+81=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 87 (34.38% from 255 or 36.86% from 236); Blue value is 81 (32.03% from 255 or 34.32% from 236); Max value from RGB is 87 - color contains mainly: green. Hex color #445751 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445751 is #BBA8AE. Grayscale: #505050. Windows color (decimal): -12298415 or 5330756. OLE color: 5330756.
HSL color Cylindrical-coordinate representation of color #445751: hue angle of 161.05º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #445751 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 68 | 87 | 81 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.66 |
| HSL | 161.05º | 0.12% | 0.3% | - |
| HSV(B) | 161.05º | 0.22% | 0.34% | - |
| XYZ | 7.28 | 8.64 | 9.07 | - |
| YUV | 80.64 | 128.21 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 87 | 81 | 0.22 | 0 | 0.07 | 0.66 | 161.05 | 0.12 | 0.3 |
| Hex | 44 | 57 | 51 | 16 | 0 | 7 | 42 | A1 | C | 1E |
| Octal | 104 | 127 | 121 | 26 | 0 | 7 | 102 | 241 | 14 | 36 |
| Binary | 1000100 | 1010111 | 1010001 | 10110 | 0 | 111 | 1000010 | 10100001 | 1100 | 11110 |
Color Harmonies of #445751
Complementary color
Monochromatic Colors of #445751
Black with #445751
Text Example
Text Example
White with #445751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445751; }
p { color: rgb(68,87,81); }
H1.HeaderClassName
{
color: #445751;
}
.AnyTagClassName
{
color: #445751;
}
</style>
background-color css
<style>
a { background-color: #445751; }
a { background-color: rgb(68,87,81); }
div.DivClassName
{
background-color: #445751;
}
.BgClassName
{
background-color: #445751;
}
</style>
border-color css
<style>
span { border-color: #445751; }
span { border-color: rgb(68,87,81); }
td.TdClassName
{
border-color: #445751;
}
.TagClassName
{
border-color: #445751;
}
</style>