Shades of Corduroy #3E4542
Tints of Corduroy #3E4542
RGB
CMYK
RGB Variations
Color information
#3E4542 (or 0x3E4542) is known color: Corduroy. HEX triplet: 3E, 45 and 42. RGB value is (62,69,66). Sum of RGB (Red+Green+Blue) = 62+69+66=197 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31.47% from 197); Green value is 69 (27.34% from 255 or 35.03% from 197); Blue value is 66 (26.17% from 255 or 33.50% from 197); Max value from RGB is 69 - color contains mainly: green. Hex color #3E4542 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4542 is #C1BABD. Grayscale: #424242. Windows color (decimal): -12696254 or 4343102. OLE color: 4343102.
HSL color Cylindrical-coordinate representation of color #3E4542: hue angle of 154.29º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #3E4542 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 62 | 69 | 66 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.73 |
| HSL | 154.29º | 0.05% | 0.26% | - |
| HSV(B) | 154.29º | 0.1% | 0.27% | - |
| XYZ | 5.1 | 5.67 | 5.98 | - |
| YUV | 66.57 | 127.68 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 69 | 66 | 0.10 | 0 | 0.04 | 0.73 | 154.29 | 0.05 | 0.26 |
| Hex | 3E | 45 | 42 | A | 0 | 4 | 49 | 9A | 5 | 1A |
| Octal | 76 | 105 | 102 | 12 | 0 | 4 | 111 | 232 | 5 | 32 |
| Binary | 111110 | 1000101 | 1000010 | 1010 | 0 | 100 | 1001001 | 10011010 | 101 | 11010 |
Color Harmonies of #3E4542
Complementary color
Monochromatic Colors of #3E4542
Black with #3E4542
Text Example
Text Example
White with #3E4542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4542; }
p { color: rgb(62,69,66); }
H1.HeaderClassName
{
color: #3E4542;
}
.AnyTagClassName
{
color: #3E4542;
}
</style>
background-color css
<style>
a { background-color: #3E4542; }
a { background-color: rgb(62,69,66); }
div.DivClassName
{
background-color: #3E4542;
}
.BgClassName
{
background-color: #3E4542;
}
</style>
border-color css
<style>
span { border-color: #3E4542; }
span { border-color: rgb(62,69,66); }
td.TdClassName
{
border-color: #3E4542;
}
.TagClassName
{
border-color: #3E4542;
}
</style>