Shades of Corduroy #3E534C
Tints of Corduroy #3E534C
RGB
CMYK
RGB Variations
Color information
#3E534C (or 0x3E534C) is known color: Corduroy. HEX triplet: 3E, 53 and 4C. RGB value is (62,83,76). Sum of RGB (Red+Green+Blue) = 62+83+76=221 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.05% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 83 - color contains mainly: green. Hex color #3E534C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E534C is #C1ACB3. Grayscale: #4B4B4B. Windows color (decimal): -12692660 or 5002046. OLE color: 5002046.
HSL color Cylindrical-coordinate representation of color #3E534C: hue angle of 160º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3E534C is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 83 | 76 | - |
| CMYK | 0.25 | 0 | 0.08 | 0.67 |
| HSL | 160º | 0.14% | 0.28% | - |
| HSV(B) | 160º | 0.25% | 0.33% | - |
| XYZ | 6.38 | 7.73 | 7.99 | - |
| YUV | 75.92 | 128.04 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 83 | 76 | 0.25 | 0 | 0.08 | 0.67 | 160 | 0.14 | 0.28 |
| Hex | 3E | 53 | 4C | 19 | 0 | 8 | 43 | A0 | E | 1C |
| Octal | 76 | 123 | 114 | 31 | 0 | 10 | 103 | 240 | 16 | 34 |
| Binary | 111110 | 1010011 | 1001100 | 11001 | 0 | 1000 | 1000011 | 10100000 | 1110 | 11100 |
Color Harmonies of #3E534C
Complementary color
Monochromatic Colors of #3E534C
Black with #3E534C
Text Example
Text Example
White with #3E534C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E534C; }
p { color: rgb(62,83,76); }
H1.HeaderClassName
{
color: #3E534C;
}
.AnyTagClassName
{
color: #3E534C;
}
</style>
background-color css
<style>
a { background-color: #3E534C; }
a { background-color: rgb(62,83,76); }
div.DivClassName
{
background-color: #3E534C;
}
.BgClassName
{
background-color: #3E534C;
}
</style>
border-color css
<style>
span { border-color: #3E534C; }
span { border-color: rgb(62,83,76); }
td.TdClassName
{
border-color: #3E534C;
}
.TagClassName
{
border-color: #3E534C;
}
</style>