Shades of Corduroy #48514E
Tints of Corduroy #48514E
RGB
CMYK
RGB Variations
Color information
#48514E (or 0x48514E) is known color: Corduroy. HEX triplet: 48, 51 and 4E. RGB value is (72,81,78). Sum of RGB (Red+Green+Blue) = 72+81+78=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 81 (32.03% from 255 or 35.06% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 81 - color contains mainly: green. Hex color #48514E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48514E is #B7AEB1. Grayscale: #4D4D4D. Windows color (decimal): -12037810 or 5132616. OLE color: 5132616.
HSL color Cylindrical-coordinate representation of color #48514E: hue angle of 160º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #48514E is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 72 | 81 | 78 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.68 |
| HSL | 160º | 0.06% | 0.3% | - |
| HSV(B) | 160º | 0.11% | 0.32% | - |
| XYZ | 6.99 | 7.81 | 8.35 | - |
| YUV | 77.97 | 128.02 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 81 | 78 | 0.11 | 0 | 0.04 | 0.68 | 160 | 0.06 | 0.3 |
| Hex | 48 | 51 | 4E | B | 0 | 4 | 44 | A0 | 6 | 1E |
| Octal | 110 | 121 | 116 | 13 | 0 | 4 | 104 | 240 | 6 | 36 |
| Binary | 1001000 | 1010001 | 1001110 | 1011 | 0 | 100 | 1000100 | 10100000 | 110 | 11110 |
Color Harmonies of #48514E
Complementary color
Monochromatic Colors of #48514E
Black with #48514E
Text Example
Text Example
White with #48514E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48514E; }
p { color: rgb(72,81,78); }
H1.HeaderClassName
{
color: #48514E;
}
.AnyTagClassName
{
color: #48514E;
}
</style>
background-color css
<style>
a { background-color: #48514E; }
a { background-color: rgb(72,81,78); }
div.DivClassName
{
background-color: #48514E;
}
.BgClassName
{
background-color: #48514E;
}
</style>
border-color css
<style>
span { border-color: #48514E; }
span { border-color: rgb(72,81,78); }
td.TdClassName
{
border-color: #48514E;
}
.TagClassName
{
border-color: #48514E;
}
</style>