Shades of Corduroy #3E534B
Tints of Corduroy #3E534B
RGB
CMYK
RGB Variations
Color information
#3E534B (or 0x3E534B) is known color: Corduroy. HEX triplet: 3E, 53 and 4B. RGB value is (62,83,75). Sum of RGB (Red+Green+Blue) = 62+83+75=220 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.18% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 83 - color contains mainly: green. Hex color #3E534B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E534B is #C1ACB4. Grayscale: #4B4B4B. Windows color (decimal): -12692661 or 4936510. OLE color: 4936510.
HSL color Cylindrical-coordinate representation of color #3E534B: hue angle of 157.14º 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 #3E534B is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 83 | 75 | - |
| CMYK | 0.25 | 0 | 0.10 | 0.67 |
| HSL | 157.14º | 0.14% | 0.28% | - |
| HSV(B) | 157.14º | 0.25% | 0.33% | - |
| XYZ | 6.35 | 7.72 | 7.81 | - |
| YUV | 75.81 | 127.54 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 83 | 75 | 0.25 | 0 | 0.10 | 0.67 | 157.14 | 0.14 | 0.28 |
| Hex | 3E | 53 | 4B | 19 | 0 | A | 43 | 9D | E | 1C |
| Octal | 76 | 123 | 113 | 31 | 0 | 12 | 103 | 235 | 16 | 34 |
| Binary | 111110 | 1010011 | 1001011 | 11001 | 0 | 1010 | 1000011 | 10011101 | 1110 | 11100 |
Color Harmonies of #3E534B
Complementary color
Monochromatic Colors of #3E534B
Black with #3E534B
Text Example
Text Example
White with #3E534B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E534B; }
p { color: rgb(62,83,75); }
H1.HeaderClassName
{
color: #3E534B;
}
.AnyTagClassName
{
color: #3E534B;
}
</style>
background-color css
<style>
a { background-color: #3E534B; }
a { background-color: rgb(62,83,75); }
div.DivClassName
{
background-color: #3E534B;
}
.BgClassName
{
background-color: #3E534B;
}
</style>
border-color css
<style>
span { border-color: #3E534B; }
span { border-color: rgb(62,83,75); }
td.TdClassName
{
border-color: #3E534B;
}
.TagClassName
{
border-color: #3E534B;
}
</style>