Shades of Corduroy #45534F
Tints of Corduroy #45534F
RGB
CMYK
RGB Variations
Color information
#45534F (or 0x45534F) is known color: Corduroy. HEX triplet: 45, 53 and 4F. RGB value is (69,83,79). Sum of RGB (Red+Green+Blue) = 69+83+79=231 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.87% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 83 - color contains mainly: green. Hex color #45534F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45534F is #BAACB0. Grayscale: #4E4E4E. Windows color (decimal): -12233905 or 5198661. OLE color: 5198661.
HSL color Cylindrical-coordinate representation of color #45534F: hue angle of 162.86º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #45534F is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 83 | 79 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.67 |
| HSL | 162.86º | 0.09% | 0.3% | - |
| HSV(B) | 162.86º | 0.17% | 0.33% | - |
| XYZ | 6.96 | 8.02 | 8.58 | - |
| YUV | 78.36 | 128.36 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 83 | 79 | 0.17 | 0 | 0.05 | 0.67 | 162.86 | 0.09 | 0.3 |
| Hex | 45 | 53 | 4F | 11 | 0 | 5 | 43 | A3 | 9 | 1E |
| Octal | 105 | 123 | 117 | 21 | 0 | 5 | 103 | 243 | 11 | 36 |
| Binary | 1000101 | 1010011 | 1001111 | 10001 | 0 | 101 | 1000011 | 10100011 | 1001 | 11110 |
Color Harmonies of #45534F
Complementary color
Monochromatic Colors of #45534F
Black with #45534F
Text Example
Text Example
White with #45534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45534F; }
p { color: rgb(69,83,79); }
H1.HeaderClassName
{
color: #45534F;
}
.AnyTagClassName
{
color: #45534F;
}
</style>
background-color css
<style>
a { background-color: #45534F; }
a { background-color: rgb(69,83,79); }
div.DivClassName
{
background-color: #45534F;
}
.BgClassName
{
background-color: #45534F;
}
</style>
border-color css
<style>
span { border-color: #45534F; }
span { border-color: rgb(69,83,79); }
td.TdClassName
{
border-color: #45534F;
}
.TagClassName
{
border-color: #45534F;
}
</style>