#43504B

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

Shades of Corduroy #43504B

Tints of Corduroy #43504B

Color information

#43504B (or 0x43504B) is unknown color: approx Corduroy. HEX triplet: 43, 50 and 4B. RGB value is (67,80,75). Sum of RGB (Red+Green+Blue) = 67+80+75=222 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.18% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 80 - color contains mainly: green. Hex color #43504B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43504B is #BCAFB4. Grayscale: #4B4B4B. Windows color (decimal): -12365749 or 4935747. OLE color: 4935747.

HSL color Cylindrical-coordinate representation of color #43504B: hue angle of 156.92º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #43504B is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB678075-
CMYK0.1600.060.69
HSL156.92º8.84%28.82%-
HSV(B)156.92º16.25%31.37%-
XYZ6.457.447.75-
YUV75.54127.69121.91-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.18%
GREEN value IS 80 (31.64% from 255) = 36.04%
BLUE value IS 75 (29.69% from 255) = 33.78%
R=30.18%
G=36.04%
B=33.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6780750.1600.060.69156.928.8428.82
Hex43504B1006459d91d
Octal10312011320061052351135
Binary100001110100001001011100000110100010110011101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43504B; }

 p { color: rgb(67,80,75); }

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

<style>
 a { background-color: #43504B; }

 a { background-color: rgb(67,80,75); }

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

<style>
 span { border-color: #43504B; }

 span { border-color: rgb(67,80,75); }

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