Shades of Corduroy #3D4543
Tints of Corduroy #3D4543
RGB
CMYK
RGB Variations
Color information
#3D4543 (or 0x3D4543) is known color: Corduroy. HEX triplet: 3D, 45 and 43. RGB value is (61,69,67). Sum of RGB (Red+Green+Blue) = 61+69+67=197 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.96% from 197); Green value is 69 (27.34% from 255 or 35.03% from 197); Blue value is 67 (26.56% from 255 or 34.01% from 197); Max value from RGB is 69 - color contains mainly: green. Hex color #3D4543 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4543 is #C2BABC. Grayscale: #424242. Windows color (decimal): -12761789 or 4408637. OLE color: 4408637.
HSL color Cylindrical-coordinate representation of color #3D4543: hue angle of 165º degrees, saturation: 0.06, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3D4543 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 61 | 69 | 67 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.73 |
| HSL | 165º | 0.06% | 0.25% | - |
| HSV(B) | 165º | 0.12% | 0.27% | - |
| XYZ | 5.07 | 5.65 | 6.13 | - |
| YUV | 66.38 | 128.35 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 69 | 67 | 0.12 | 0 | 0.03 | 0.73 | 165 | 0.06 | 0.25 |
| Hex | 3D | 45 | 43 | C | 0 | 3 | 49 | A5 | 6 | 19 |
| Octal | 75 | 105 | 103 | 14 | 0 | 3 | 111 | 245 | 6 | 31 |
| Binary | 111101 | 1000101 | 1000011 | 1100 | 0 | 11 | 1001001 | 10100101 | 110 | 11001 |
Color Harmonies of #3D4543
Complementary color
Monochromatic Colors of #3D4543
Black with #3D4543
Text Example
Text Example
White with #3D4543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4543; }
p { color: rgb(61,69,67); }
H1.HeaderClassName
{
color: #3D4543;
}
.AnyTagClassName
{
color: #3D4543;
}
</style>
background-color css
<style>
a { background-color: #3D4543; }
a { background-color: rgb(61,69,67); }
div.DivClassName
{
background-color: #3D4543;
}
.BgClassName
{
background-color: #3D4543;
}
</style>
border-color css
<style>
span { border-color: #3D4543; }
span { border-color: rgb(61,69,67); }
td.TdClassName
{
border-color: #3D4543;
}
.TagClassName
{
border-color: #3D4543;
}
</style>