Shades of Corduroy #3D4845
Tints of Corduroy #3D4845
RGB
CMYK
RGB Variations
Color information
#3D4845 (or 0x3D4845) is known color: Corduroy. HEX triplet: 3D, 48 and 45. RGB value is (61,72,69). Sum of RGB (Red+Green+Blue) = 61+72+69=202 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.20% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 69 (27.34% from 255 or 34.16% from 202); Max value from RGB is 72 - color contains mainly: green. Hex color #3D4845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4845 is #C2B7BA. Grayscale: #444444. Windows color (decimal): -12761019 or 4540477. OLE color: 4540477.
HSL color Cylindrical-coordinate representation of color #3D4845: hue angle of 163.64º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3D4845 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 61 | 72 | 69 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.72 |
| HSL | 163.64º | 0.08% | 0.26% | - |
| HSV(B) | 163.64º | 0.15% | 0.28% | - |
| XYZ | 5.32 | 6.06 | 6.52 | - |
| YUV | 68.37 | 128.36 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 72 | 69 | 0.15 | 0 | 0.04 | 0.72 | 163.64 | 0.08 | 0.26 |
| Hex | 3D | 48 | 45 | F | 0 | 4 | 48 | A4 | 8 | 1A |
| Octal | 75 | 110 | 105 | 17 | 0 | 4 | 110 | 244 | 10 | 32 |
| Binary | 111101 | 1001000 | 1000101 | 1111 | 0 | 100 | 1001000 | 10100100 | 1000 | 11010 |
Color Harmonies of #3D4845
Complementary color
Monochromatic Colors of #3D4845
Black with #3D4845
Text Example
Text Example
White with #3D4845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4845; }
p { color: rgb(61,72,69); }
H1.HeaderClassName
{
color: #3D4845;
}
.AnyTagClassName
{
color: #3D4845;
}
</style>
background-color css
<style>
a { background-color: #3D4845; }
a { background-color: rgb(61,72,69); }
div.DivClassName
{
background-color: #3D4845;
}
.BgClassName
{
background-color: #3D4845;
}
</style>
border-color css
<style>
span { border-color: #3D4845; }
span { border-color: rgb(61,72,69); }
td.TdClassName
{
border-color: #3D4845;
}
.TagClassName
{
border-color: #3D4845;
}
</style>