Shades of Corduroy #44534E
Tints of Corduroy #44534E
RGB
CMYK
RGB Variations
Color information
#44534E (or 0x44534E) is known color: Corduroy. HEX triplet: 44, 53 and 4E. RGB value is (68,83,78). Sum of RGB (Red+Green+Blue) = 68+83+78=229 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.69% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 78 (30.86% from 255 or 34.06% from 229); Max value from RGB is 83 - color contains mainly: green. Hex color #44534E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44534E is #BBACB1. Grayscale: #4D4D4D. Windows color (decimal): -12299442 or 5133124. OLE color: 5133124.
HSL color Cylindrical-coordinate representation of color #44534E: hue angle of 160º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #44534E is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 83 | 78 | - |
| CMYK | 0.18 | 0 | 0.06 | 0.67 |
| HSL | 160º | 0.1% | 0.3% | - |
| HSV(B) | 160º | 0.18% | 0.33% | - |
| XYZ | 6.85 | 7.97 | 8.38 | - |
| YUV | 77.95 | 128.03 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 83 | 78 | 0.18 | 0 | 0.06 | 0.67 | 160 | 0.1 | 0.3 |
| Hex | 44 | 53 | 4E | 12 | 0 | 6 | 43 | A0 | A | 1E |
| Octal | 104 | 123 | 116 | 22 | 0 | 6 | 103 | 240 | 12 | 36 |
| Binary | 1000100 | 1010011 | 1001110 | 10010 | 0 | 110 | 1000011 | 10100000 | 1010 | 11110 |
Color Harmonies of #44534E
Complementary color
Monochromatic Colors of #44534E
Black with #44534E
Text Example
Text Example
White with #44534E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44534E; }
p { color: rgb(68,83,78); }
H1.HeaderClassName
{
color: #44534E;
}
.AnyTagClassName
{
color: #44534E;
}
</style>
background-color css
<style>
a { background-color: #44534E; }
a { background-color: rgb(68,83,78); }
div.DivClassName
{
background-color: #44534E;
}
.BgClassName
{
background-color: #44534E;
}
</style>
border-color css
<style>
span { border-color: #44534E; }
span { border-color: rgb(68,83,78); }
td.TdClassName
{
border-color: #44534E;
}
.TagClassName
{
border-color: #44534E;
}
</style>