Shades of Corduroy #45544F
Tints of Corduroy #45544F
RGB
CMYK
RGB Variations
Color information
#45544F (or 0x45544F) is known color: Corduroy. HEX triplet: 45, 54 and 4F. RGB value is (69,84,79). Sum of RGB (Red+Green+Blue) = 69+84+79=232 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.74% from 232); Green value is 84 (33.20% from 255 or 36.21% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 84 - color contains mainly: green. Hex color #45544F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45544F is #BAABB0. Grayscale: #4E4E4E. Windows color (decimal): -12233649 or 5198917. OLE color: 5198917.
HSL color Cylindrical-coordinate representation of color #45544F: 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 #45544F is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 84 | 79 | - |
| CMYK | 0.18 | 0 | 0.06 | 0.67 |
| HSL | 160º | 0.1% | 0.3% | - |
| HSV(B) | 160º | 0.18% | 0.33% | - |
| XYZ | 7.04 | 8.17 | 8.6 | - |
| YUV | 78.95 | 128.03 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 84 | 79 | 0.18 | 0 | 0.06 | 0.67 | 160 | 0.1 | 0.3 |
| Hex | 45 | 54 | 4F | 12 | 0 | 6 | 43 | A0 | A | 1E |
| Octal | 105 | 124 | 117 | 22 | 0 | 6 | 103 | 240 | 12 | 36 |
| Binary | 1000101 | 1010100 | 1001111 | 10010 | 0 | 110 | 1000011 | 10100000 | 1010 | 11110 |
Color Harmonies of #45544F
Complementary color
Monochromatic Colors of #45544F
Black with #45544F
Text Example
Text Example
White with #45544F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45544F; }
p { color: rgb(69,84,79); }
H1.HeaderClassName
{
color: #45544F;
}
.AnyTagClassName
{
color: #45544F;
}
</style>
background-color css
<style>
a { background-color: #45544F; }
a { background-color: rgb(69,84,79); }
div.DivClassName
{
background-color: #45544F;
}
.BgClassName
{
background-color: #45544F;
}
</style>
border-color css
<style>
span { border-color: #45544F; }
span { border-color: rgb(69,84,79); }
td.TdClassName
{
border-color: #45544F;
}
.TagClassName
{
border-color: #45544F;
}
</style>