#3D5049

Color #3D5049 Corduroy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corduroy #3D5049

Tints of Corduroy #3D5049

Color information

#3D5049 (or 0x3D5049) is unknown color: approx Corduroy. HEX triplet: 3D, 50 and 49. RGB value is (61,80,73). Sum of RGB (Red+Green+Blue) = 61+80+73=214 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.50% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 73 (28.91% from 255 or 34.11% from 214); Max value from RGB is 80 - color contains mainly: green. Hex color #3D5049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5049 is #C2AFB6. Grayscale: #494949. Windows color (decimal): -12758967 or 4804669. OLE color: 4804669.

HSL color Cylindrical-coordinate representation of color #3D5049: hue angle of 157.89º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3D5049 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB618073-
CMYK0.2400.090.69
HSL157.89º13.48%27.65%-
HSV(B)157.89º23.75%31.37%-
XYZ67.217.38-
YUV73.52127.71119.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 61 (24.22% from 255) = 28.50%
GREEN value IS 80 (31.64% from 255) = 37.38%
BLUE value IS 73 (28.91% from 255) = 34.11%
R=28.50%
G=37.38%
B=34.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6180730.2400.090.69157.8913.4827.65
Hex3D50491809459ed1c
Octal75120111300111052361534
Binary111101101000010010011100001001100010110011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D5049; }

 p { color: rgb(61,80,73); }

 H1.HeaderClassName
 {
   color: #3D5049;
 }
 .AnyTagClassName
 {
   color: #3D5049;
 }
</style>
background-color css

<style>
 a { background-color: #3D5049; }

 a { background-color: rgb(61,80,73); }

 div.DivClassName
 {
   background-color: #3D5049;
 }
 .BgClassName
 {
   background-color: #3D5049;
 }
</style>
border-color css

<style>
 span { border-color: #3D5049; }

 span { border-color: rgb(61,80,73); }

 td.TdClassName
 {
   border-color: #3D5049;
 }
 .TagClassName
 {
   border-color: #3D5049;
 }
</style>