#43524D

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

Shades of Corduroy #43524D

Tints of Corduroy #43524D

Color information

#43524D (or 0x43524D) is unknown color: approx Corduroy. HEX triplet: 43, 52 and 4D. RGB value is (67,82,77). Sum of RGB (Red+Green+Blue) = 67+82+77=226 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.65% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 82 - color contains mainly: green. Hex color #43524D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43524D is #BCADB2. Grayscale: #4C4C4C. Windows color (decimal): -12365235 or 5067331. OLE color: 5067331.

HSL color Cylindrical-coordinate representation of color #43524D: hue angle of 160º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #43524D is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB678277-
CMYK0.1800.060.68
HSL160º10.07%29.22%-
HSV(B)160º18.29%32.16%-
XYZ6.677.768.17-
YUV76.95128.03120.91-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.65%
GREEN value IS 82 (32.42% from 255) = 36.28%
BLUE value IS 77 (30.47% from 255) = 34.07%
R=29.65%
G=36.28%
B=34.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6782770.1800.060.6816010.0729.22
Hex43524D120644a0a1d
Octal10312211522061042401235
Binary100001110100101001101100100110100010010100000101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43524D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43524D; }

 p { color: rgb(67,82,77); }

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

<style>
 a { background-color: #43524D; }

 a { background-color: rgb(67,82,77); }

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

<style>
 span { border-color: #43524D; }

 span { border-color: rgb(67,82,77); }

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