#43534F

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

Shades of Corduroy #43534F

Tints of Corduroy #43534F

Color information

#43534F (or 0x43534F) is unknown color: approx Corduroy. HEX triplet: 43, 53 and 4F. RGB value is (67,83,79). Sum of RGB (Red+Green+Blue) = 67+83+79=229 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.26% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 83 - color contains mainly: green. Hex color #43534F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43534F is #BCACB0. Grayscale: #4D4D4D. Windows color (decimal): -12364977 or 5198659. OLE color: 5198659.

HSL color Cylindrical-coordinate representation of color #43534F: hue angle of 165º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #43534F is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB678379-
CMYK0.1900.050.67
HSL165º10.67%29.41%-
HSV(B)165º19.28%32.55%-
XYZ6.827.948.57-
YUV77.76128.7120.33-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.26%
GREEN value IS 83 (32.81% from 255) = 36.24%
BLUE value IS 79 (31.25% from 255) = 34.50%
R=29.26%
G=36.24%
B=34.50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6783790.1900.050.6716510.6729.41
Hex43534F130543a5b1d
Octal10312311723051032451335
Binary100001110100111001111100110101100001110100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43534F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43534F; }

 p { color: rgb(67,83,79); }

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

<style>
 a { background-color: #43534F; }

 a { background-color: rgb(67,83,79); }

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

<style>
 span { border-color: #43534F; }

 span { border-color: rgb(67,83,79); }

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