Shades of Corduroy #475350
Tints of Corduroy #475350
RGB
CMYK
RGB Variations
Color information
#475350 (or 0x475350) is known color: Corduroy. HEX triplet: 47, 53 and 50. RGB value is (71,83,80). Sum of RGB (Red+Green+Blue) = 71+83+80=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 83 - color contains mainly: green. Hex color #475350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475350 is #B8ACAF. Grayscale: #4F4F4F. Windows color (decimal): -12102832 or 5264199. OLE color: 5264199.
HSL color Cylindrical-coordinate representation of color #475350: hue angle of 165º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #475350 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 83 | 80 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.67 |
| HSL | 165º | 0.08% | 0.3% | - |
| HSV(B) | 165º | 0.14% | 0.33% | - |
| XYZ | 7.14 | 8.11 | 8.78 | - |
| YUV | 79.07 | 128.52 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 83 | 80 | 0.14 | 0 | 0.04 | 0.67 | 165 | 0.08 | 0.3 |
| Hex | 47 | 53 | 50 | E | 0 | 4 | 43 | A5 | 8 | 1E |
| Octal | 107 | 123 | 120 | 16 | 0 | 4 | 103 | 245 | 10 | 36 |
| Binary | 1000111 | 1010011 | 1010000 | 1110 | 0 | 100 | 1000011 | 10100101 | 1000 | 11110 |
Color Harmonies of #475350
Complementary color
Monochromatic Colors of #475350
Black with #475350
Text Example
Text Example
White with #475350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475350; }
p { color: rgb(71,83,80); }
H1.HeaderClassName
{
color: #475350;
}
.AnyTagClassName
{
color: #475350;
}
</style>
background-color css
<style>
a { background-color: #475350; }
a { background-color: rgb(71,83,80); }
div.DivClassName
{
background-color: #475350;
}
.BgClassName
{
background-color: #475350;
}
</style>
border-color css
<style>
span { border-color: #475350; }
span { border-color: rgb(71,83,80); }
td.TdClassName
{
border-color: #475350;
}
.TagClassName
{
border-color: #475350;
}
</style>