#3D4543

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

Shades of Corduroy #3D4543

Tints of Corduroy #3D4543

Color information

#3D4543 (or 0x3D4543) is unknown color: approx 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

RGB616967-
CMYK0.1200.030.73
HSL165º6.15%25.49%-
HSV(B)165º11.59%27.06%-
XYZ5.075.656.13-
YUV66.38128.35124.16-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.96%
GREEN value IS 69 (27.34% from 255) = 35.03%
BLUE value IS 67 (26.56% from 255) = 34.01%
R=30.96%
G=35.03%
B=34.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6169670.1200.030.731656.1525.49
Hex3D4543C0349a5619
Octal751051031403111245631
Binary11110110001011000011110001110010011010010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>